![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
OwnershipImpl (OsplServiceEnvironment environment) | |
OwnershipImpl (OsplServiceEnvironment environment, Kind kind) | |
int | compareTo (Ownership o) |
boolean | equals (Object other) |
ServiceEnvironment | getEnvironment () |
Kind | getKind () |
Class<? extends QosPolicy > | getPolicyClass () |
int | hashCode () |
Comparable< Ownership > | requestedOfferedContract () |
Ownership | withExclusive () |
Ownership | withKind (Kind kind) |
Copy this policy and override the value of the property. More... | |
Ownership | withShared () |
Protected Attributes | |
OsplServiceEnvironment | environment |
Definition at line 28 of file OwnershipImpl.java.
org.opensplice.dds.core.policy.OwnershipImpl.OwnershipImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 32 of file OwnershipImpl.java.
org.opensplice.dds.core.policy.OwnershipImpl.OwnershipImpl | ( | OsplServiceEnvironment | environment, |
Kind | kind | ||
) |
Definition at line 37 of file OwnershipImpl.java.
int org.opensplice.dds.core.policy.OwnershipImpl.compareTo | ( | Ownership | o | ) |
Definition at line 53 of file OwnershipImpl.java.
boolean org.opensplice.dds.core.policy.OwnershipImpl.equals | ( | Object | other | ) |
Definition at line 63 of file OwnershipImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 40 of file QosPolicyImpl.java.
Kind org.opensplice.dds.core.policy.OwnershipImpl.getKind | ( | ) |
Implements org.omg.dds.core.policy.Ownership.
Definition at line 71 of file OwnershipImpl.java.
Class<? extends QosPolicy> org.opensplice.dds.core.policy.OwnershipImpl.getPolicyClass | ( | ) |
Definition at line 91 of file OwnershipImpl.java.
int org.opensplice.dds.core.policy.OwnershipImpl.hashCode | ( | ) |
Definition at line 96 of file OwnershipImpl.java.
Comparable<Ownership> org.opensplice.dds.core.policy.OwnershipImpl.requestedOfferedContract | ( | ) |
Definition at line 48 of file OwnershipImpl.java.
Ownership org.opensplice.dds.core.policy.OwnershipImpl.withExclusive | ( | ) |
Implements org.omg.dds.core.policy.Ownership.
Definition at line 86 of file OwnershipImpl.java.
Copy this policy and override the value of the property.
kind | Specifies whether a DataWriter exclusively owns an instance. |
Implements org.omg.dds.core.policy.Ownership.
Definition at line 76 of file OwnershipImpl.java.
Ownership org.opensplice.dds.core.policy.OwnershipImpl.withShared | ( | ) |
Implements org.omg.dds.core.policy.Ownership.
Definition at line 81 of file OwnershipImpl.java.
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.