21 package org.opensplice.dds.core.policy;
29 private static final long serialVersionUID = -5717335162269137308L;
31 private final Class<? extends QosPolicy> policy;
32 private final int count;
35 this.environment = environment;
42 return this.environment;
ServiceEnvironment getEnvironment()
Class<? extends QosPolicy > getPolicyClass()
This class is the abstract root for all the QoS policies.
Objects of this type are immutable.
QosPolicyCountImpl(OsplServiceEnvironment environment, Class<? extends QosPolicy > policy, int count)
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...