public abstract class SubscriptionMatchedStatus extends Status
DataReader has found a DataWriter that matches the
Topic and has compatible QoS, or has ceased to be matched with a
DataWriter that was previously considered to be matched.| Constructor and Description |
|---|
SubscriptionMatchedStatus() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getCurrentCount()
The number of
DataWriters currently matched to the concerned
DataReader. |
abstract int |
getCurrentCountChange()
The change in currentCount since the last time the listener was called
or the status was read.
|
abstract InstanceHandle |
getLastPublicationHandle()
Handle to the last
DataWriter that matched the
DataReader, causing the status to change. |
abstract int |
getTotalCount()
Total cumulative count the concerned
DataReader discovered a
"match" with a DataWriter. |
abstract int |
getTotalCountChange()
The change in totalCount since the last time the listener was called
or the status was read.
|
allStatuses, noStatusesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEnvironmentpublic abstract int getTotalCount()
DataReader discovered a
"match" with a DataWriter. That is, it found a DataWriter for
the same Topic with a requested QoS that is compatible with
that offered by the DataReader.public abstract int getTotalCountChange()
public abstract int getCurrentCount()
DataWriters currently matched to the concerned
DataReader.public abstract int getCurrentCountChange()
public abstract InstanceHandle getLastPublicationHandle()
DataWriter that matched the
DataReader, causing the status to change.Copyright © 2014. All rights reserved.