TYPE
- The data type of the source DataWriter
.public abstract class LivelinessLostEvent<TYPE> extends StatusChangedEvent<DataWriter<TYPE>>
DataWriter
has committed through its
Liveliness
was not respected; thus DataReader
entities will consider the DataWriter as no longer "active."source
Modifier | Constructor and Description |
---|---|
protected |
LivelinessLostEvent(DataWriter<TYPE> source) |
Modifier and Type | Method and Description |
---|---|
abstract LivelinessLostEvent<TYPE> |
clone() |
abstract LivelinessLostStatus |
getStatus() |
getSource, setSource
toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEnvironment
protected LivelinessLostEvent(DataWriter<TYPE> source)
public abstract LivelinessLostStatus getStatus()
public abstract LivelinessLostEvent<TYPE> clone()
clone
in class StatusChangedEvent<DataWriter<TYPE>>
Copyright © 2014. All rights reserved.