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