19 package org.omg.dds.core.status;
42 private static final long serialVersionUID = 275828934444687975L;
This class contains the statistics about the discovered number of org.omg.dds.sub.DataReaders that are compatible with the org.omg.dds.pub.DataWriter to which the Status is attached.
abstract int getCurrentCount()
The number of org.omg.dds.sub.DataReaders currently matched to the concerned org.omg.dds.pub.DataWriter.
abstract int getCurrentCountChange()
The change in currentCount since the last time the listener was called or the status was read...
An opaque handle that can be used to refer to a local or remote entity.
abstract int getTotalCountChange()
The change in totalCcount since the last time the listener was called or the status was read...
abstract int getTotalCount()
Total cumulative count the concerned org.omg.dds.pub.DataWriter discovered a "match" with a org...
abstract InstanceHandle getLastSubscriptionHandle()
Handle to the last org.omg.dds.sub.DataReader that matched the org.omg.dds.pub.DataWriter, causing the status to change.
Status is the abstract root class for all communication status objects.