public abstract class SampleRejectedStatus extends Status
SampleRejectedEvent
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
SampleRejectedStatus.Kind |
Constructor and Description |
---|
SampleRejectedStatus() |
Modifier and Type | Method and Description |
---|---|
abstract InstanceHandle |
getLastInstanceHandle()
Handle to the instance being updated by the last sample that was
rejected.
|
abstract SampleRejectedStatus.Kind |
getLastReason()
Reason for rejecting the last sample rejected.
|
abstract int |
getTotalCount()
Total cumulative count of samples rejected by the
DataReader . |
abstract int |
getTotalCountChange()
The incremental number of samples rejected 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()
DataReader
.public abstract int getTotalCountChange()
public abstract SampleRejectedStatus.Kind getLastReason()
SampleRejectedStatus.Kind.NOT_REJECTED
.public abstract InstanceHandle getLastInstanceHandle()
Copyright © 2014. All rights reserved.