CoreDX DDS Java Reference Manual
Public Member Functions | List of all members
SampleRejectedStatus Class Reference

Status related to the on_sample_rejected listener methods of the DataReader, Subscriber, and DomainParticipant structures. More...

Public Member Functions

int get_total_count ()
 
int get_total_count_change ()
 
SampleRejectedStatusKind get_last_reason ()
 
InstanceHandle_t get_last_instance_handle ()
 

Detailed Description

Status related to the on_sample_rejected listener methods of the DataReader, Subscriber, and DomainParticipant structures.

Member Function Documentation

InstanceHandle_t get_last_instance_handle ( )

Get the handle of the instance associated with the most recently rejected sample.

SampleRejectedStatusKind get_last_reason ( )

Get the reason for rejecting the most recently rejected sample.

int get_total_count ( )

Get the cummulative count of all samples rejected under the Topic.

int get_total_count_change ( )

Get the change in total_count since the last time the listener was called or status was read.


© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.