21 package org.opensplice.dds.core.event;
31 private static final long serialVersionUID = -5416089725013777311L;
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.
ServiceEnvironment getEnvironment()
SubscriptionMatchedEvent< TYPE > clone()
DataReader< TYPE > getSource()
This class contains the statistics about the discovered number of org.omg.dds.pub.DataWriters that are compatible with the org.omg.dds.sub.DataReader to which the Status is attached.
SubscriptionMatchedEventImpl(OsplServiceEnvironment environment, DataReader< TYPE > source, SubscriptionMatchedStatus status)
SubscriptionMatchedStatus getStatus()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
The org.omg.dds.sub.DataReader has found a org.omg.dds.pub.DataWriter that matches the org...