21 package org.opensplice.dds.core.event;
30 private static final long serialVersionUID = -8206681336933599009L;
37 this.environment = environment;
43 return this.environment;
56 @SuppressWarnings(
"unchecked")
This class contains the statistics about the discovered number of org.omg.dds.sub.DataReaders that are compatible with the org.omg.dds.pub.DataWriter to which the Status is attached.
PublicationMatchedEvent< TYPE > clone()
ServiceEnvironment getEnvironment()
DataWriter< TYPE > getSource()
DataWriter allows the application to set the value of the data to be published under a given org...
PublicationMatchedStatus getStatus()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
PublicationMatchedEventImpl(OsplServiceEnvironment environment, DataWriter< TYPE > source, PublicationMatchedStatus status)
The org.omg.dds.pub.DataWriter has found a org.omg.dds.sub.DataReader that matches the org...