21 package org.opensplice.dds.core.policy;
29 private static final long serialVersionUID = -2681488718301095677L;
30 private final int value;
58 public boolean equals(Object other) {
62 return (this.value == (((TransportPriorityImpl) other).value));
67 return 31 * 17 + this.value;
TransportPriority withValue(int value)
Copy this policy and override the value of the property.
OsplServiceEnvironment environment
Class<? extends QosPolicy > getPolicyClass()
TransportPriorityImpl(OsplServiceEnvironment environment)
This policy is a hint to the infrastructure as to how to set the priority of the underlying transport...
This class is the abstract root for all the QoS policies.
TransportPriorityImpl(OsplServiceEnvironment environment, int value)
boolean equals(Object other)