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

Status related to the on_publication_matched listener methods of the DataWriter, Publisher, and DomainParticipant structures. More...

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_subscription_handle ()
 

Detailed Description

Status related to the on_publication_matched listener methods of the DataWriter, Publisher, and DomainParticipant structures.

Member Function Documentation

int get_current_count ( )

Get the current number of DataReaders matched to the DataWriter.

int get_current_count_change ( )

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

InstanceHandle_t get_last_subscription_handle ( )

Get the handle of the most recently matched DataReader (subscription).

int get_total_count ( )

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

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.