21 package org.opensplice.dds.core.event;
30 private static final long serialVersionUID = 8778757179501057631L;
37 this.environment = environment;
43 return this.environment;
56 @SuppressWarnings(
"unchecked")
A sample has been lost (never received).
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.
SampleLostStatus getStatus()
DataReader< TYPE > getSource()
SampleLostEvent< TYPE > clone()
ServiceEnvironment getEnvironment()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
SampleLostEventImpl(OsplServiceEnvironment environment, DataReader< TYPE > source, SampleLostStatus status)
A sample has been lost (never received).