21 package org.opensplice.dds.core.event;
29 private static final long serialVersionUID = -227566280161289987L;
36 this.environment = environment;
42 return this.environment;
56 @SuppressWarnings(
"unchecked")
ServiceEnvironment getEnvironment()
AllDataDisposedEventImpl(OsplServiceEnvironment environment, Topic< TYPE > source, AllDataDisposedStatus status)
Topic< TYPE > getSource()
All instances for one or more org.omg.dds.topic.Topics have been disposed through org...
AllDataDisposedEvent< TYPE > clone()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
Topic is the most basic description of the data to be published and subscribed.
AllDataDisposedStatus getStatus()
All instances published for this topic have been disposed by means of a call to org.opensplice.dds.topic.Topic#disposeAllData().