21 package org.opensplice.dds.core.policy;
28 private static final long serialVersionUID = -1576883735576551398L;
34 if (this.environment == null) {
47 public abstract boolean equals(Object other);
QosPolicyImpl(OsplServiceEnvironment environment)
abstract boolean equals(Object other)
OsplServiceEnvironment environment
ServiceEnvironment getEnvironment()
abstract Class<? extends org.omg.dds.core.policy.QosPolicy > getPolicyClass()
This class is the abstract root for all the QoS policies.
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...