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