public abstract class LivelinessLostStatus extends Status
DataWriter
has committed through its
Liveliness
was not respected; thus DataReader
entities will consider the DataWriter as no longer "active."Constructor and Description |
---|
LivelinessLostStatus() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getTotalCount()
Total cumulative number of times that a previously-alive
DataWriter became not alive due to a failure to actively
signal its liveliness within its offered liveliness period. |
abstract int |
getTotalCountChange()
The change in totalCount 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
became not alive due to a failure to actively
signal its liveliness within its offered liveliness period. This count
does not change when an already not alive DataWriter simply remains
not alive for another liveliness period.public abstract int getTotalCountChange()
Copyright © 2014. All rights reserved.