21 package org.opensplice.dds.core.policy;
29 private static final long serialVersionUID = -1785002609550828172L;
30 private final int value;
58 public boolean equals(Object other) {
62 return (this.value == ((OwnershipStrengthImpl) other).value);
67 return 17 * 31 + this.value;
boolean equals(Object other)
[optional] Specifies the value of the "strength" used to arbitrate among multiple org...
OwnershipStrengthImpl(OsplServiceEnvironment environment)
OsplServiceEnvironment environment
Class<? extends QosPolicy > getPolicyClass()
This class is the abstract root for all the QoS policies.
OwnershipStrengthImpl(OsplServiceEnvironment environment, int value)
OwnershipStrength withValue(int value)
Copy this policy and override the value of the property.