CoreDX DDS
Java Reference Manual

SubscriptionMatchedStatus Class Reference
[DDS Status Structures]

Status related to the on_subscription_matched 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 ()
int get_current_count ()
int get_current_count_change ()
InstanceHandle_t get_last_publication_handle ()

Detailed Description

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


Member Function Documentation

int get_current_count (  )  [inline]

Get the current number of DataWriters matched to the DataReader.

int get_current_count_change (  )  [inline]

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

InstanceHandle_t get_last_publication_handle (  )  [inline]

Get the handle of most recent matched DataWriter (publication).

int get_total_count (  )  [inline]

Get the cummulative count of the number of times this DataReader has discovered a matching DataWriter.

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.