CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class SubscriptionMatchedStatus

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

public class SubscriptionMatchedStatus
extends java.lang.Object

Status related to the on_subscription_matched listener methods of the DDS_DataReader, DDS_Subscriber, 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 DataWriters matched to the DataReader.
 InstanceHandle_t get_last_publication_handle()
          Get the handle of most recent matched DataWriter (publication).
 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 DataReader has discovered a matching DataWriter.
 
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 DataReader has discovered a matching DataWriter.


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 DataWriters matched to the DataReader.


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_publication_handle

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


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