CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class PublicationMatchedStatus

java.lang.Object
  extended by com.toc.coredx.DDS.PublicationMatchedStatus

public class PublicationMatchedStatus
extends java.lang.Object

Status related to the on_publication_matched listener methods of the DDS_DataWriter, DDS_Publisher, and DDS_DomainParticipant structures.


Method Summary
 int get_current_count_change()
          Get the change in current_count since the last time the listener was called or status was read.
 int get_current_count()
          Get the current number of DataReaders matched to the DataWriter.
 InstanceHandle_t get_last_subscription_handle()
          Get the handle of the most recently matched DataReader (subscription).
 int get_total_count_change()
          Get the change in total_count since the last time the listener was called or status was read.
 int get_total_count()
          Get the cummulative count of the number of times this DataWriter has discovered a matching DataReader.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get_total_count

public int get_total_count()
Get the cummulative count of the number of times this DataWriter has discovered a matching DataReader.


get_total_count_change

public int get_total_count_change()
Get the change in total_count since the last time the listener was called or status was read.


get_current_count

public int get_current_count()
Get the current number of DataReaders matched to the DataWriter.


get_current_count_change

public int get_current_count_change()
Get the change in current_count since the last time the listener was called or status was read.


get_last_subscription_handle

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


Copyright © 2010 Twin Oaks Computing, Inc,
All Rights Reserved