19 package org.omg.dds.core.status;
42 private static final long serialVersionUID = 8269669800428084585L;
abstract int getTotalCount()
Total cumulative count the concerned org.omg.dds.sub.DataReader discovered a "match" with a org...
abstract InstanceHandle getLastPublicationHandle()
Handle to the last org.omg.dds.pub.DataWriter that matched the org.omg.dds.sub.DataReader, causing the status to change.
abstract int getTotalCountChange()
The change in totalCount 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.
This class contains the statistics about the discovered number of org.omg.dds.pub.DataWriters that are compatible with the org.omg.dds.sub.DataReader to which the Status is attached.
abstract int getCurrentCountChange()
The change in currentCount since the last time the listener was called or the status was read...
abstract int getCurrentCount()
The number of org.omg.dds.pub.DataWriters currently matched to the concerned org.omg.dds.sub.DataReader.
Status is the abstract root class for all communication status objects.