![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
OwnershipStrengthImpl (OsplServiceEnvironment environment) | |
OwnershipStrengthImpl (OsplServiceEnvironment environment, int value) | |
boolean | equals (Object other) |
ServiceEnvironment | getEnvironment () |
Class<? extends QosPolicy > | getPolicyClass () |
int | getValue () |
int | hashCode () |
OwnershipStrength | withValue (int value) |
Copy this policy and override the value of the property. More... | |
Protected Attributes | |
OsplServiceEnvironment | environment |
Definition at line 27 of file OwnershipStrengthImpl.java.
org.opensplice.dds.core.policy.OwnershipStrengthImpl.OwnershipStrengthImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 32 of file OwnershipStrengthImpl.java.
org.opensplice.dds.core.policy.OwnershipStrengthImpl.OwnershipStrengthImpl | ( | OsplServiceEnvironment | environment, |
int | value | ||
) |
Definition at line 37 of file OwnershipStrengthImpl.java.
boolean org.opensplice.dds.core.policy.OwnershipStrengthImpl.equals | ( | Object | other | ) |
Definition at line 58 of file OwnershipStrengthImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 40 of file QosPolicyImpl.java.
Class<? extends QosPolicy> org.opensplice.dds.core.policy.OwnershipStrengthImpl.getPolicyClass | ( | ) |
Definition at line 53 of file OwnershipStrengthImpl.java.
int org.opensplice.dds.core.policy.OwnershipStrengthImpl.getValue | ( | ) |
Implements org.omg.dds.core.policy.OwnershipStrength.
Definition at line 43 of file OwnershipStrengthImpl.java.
int org.opensplice.dds.core.policy.OwnershipStrengthImpl.hashCode | ( | ) |
Definition at line 66 of file OwnershipStrengthImpl.java.
OwnershipStrength org.opensplice.dds.core.policy.OwnershipStrengthImpl.withValue | ( | int | value | ) |
Copy this policy and override the value of the property.
value | Specifies the ownership strength of the DataWriter |
Implements org.omg.dds.core.policy.OwnershipStrength.
Definition at line 48 of file OwnershipStrengthImpl.java.
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.