CoreDX DDS
Java Reference Manual

SampleRejectedStatus Class Reference
[DDS Status Structures]

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

List of all members.

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 (  )  [inline]

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

SampleRejectedStatusKind get_last_reason (  )  [inline]

Get the reason for rejecting the most recently rejected sample.

int get_total_count (  )  [inline]

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

int get_total_count_change (  )  [inline]

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

 All Classes Functions Variables

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