21 package org.opensplice.dds.core.event;
31 private static final long serialVersionUID = 9072235932842085188L;
38 this.environment = environment;
44 return this.environment;
58 @SuppressWarnings(
"unchecked")
OfferedIncompatibleQosEvent< TYPE > clone()
DataWriter allows the application to set the value of the data to be published under a given org...
A org.omg.dds.core.policy.QosPolicy value was incompatible with what was requested.
OfferedIncompatibleQosStatus getStatus()
ServiceEnvironment getEnvironment()
A org.omg.dds.core.policy.QosPolicy value was incompatible with what was requested.
OfferedIncompatibleQosEventImpl(OsplServiceEnvironment environment, DataWriter< TYPE > source, OfferedIncompatibleQosStatus status)
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
DataWriter< TYPE > getSource()