21 package org.opensplice.dds.core.event;
31 private static final long serialVersionUID = -1490340935871907362L;
38 this.environment = environment;
44 return this.environment;
58 @SuppressWarnings(
"unchecked")
A DataReader allows the application (1) to declare the data it wishes to receive (i.e., make a subscription) and (2) to access the data received by the attached org.omg.dds.sub.Subscriber.
LivelinessChangedEvent< TYPE > clone()
LivelinessChangedStatus getStatus()
The liveliness of one or more org.omg.dds.pub.DataWriters that were writing instances read through th...
The liveliness of one or more org.omg.dds.pub.DataWriters that were writing instances read through th...
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
DataReader< TYPE > getSource()
ServiceEnvironment getEnvironment()
LivelinessChangedEventImpl(OsplServiceEnvironment environment, DataReader< TYPE > source, LivelinessChangedStatus status)