public abstract class RequestedDeadlineMissedStatus extends Status
DataReader was expecting through its
Deadline was not respected for a specific instance.| Constructor and Description |
|---|
RequestedDeadlineMissedStatus() |
| Modifier and Type | Method and Description |
|---|---|
abstract InstanceHandle |
getLastInstanceHandle()
Handle to the last instance in the
DataReader for which a
deadline was detected. |
abstract int |
getTotalCount()
Total cumulative number of missed deadlines detected for any instance
read by the
DataReader. |
abstract int |
getTotalCountChange()
The incremental number of deadlines detected 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. Missed deadlines accumulate; that is,
each deadline period the totalCount will be incremented by one for
each instance for which data was not received.public abstract int getTotalCountChange()
public abstract InstanceHandle getLastInstanceHandle()
DataReader for which a
deadline was detected.Copyright © 2014. All rights reserved.