OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
org.opensplice.dds.core.policy.OwnershipStrengthImpl Class Reference
Inheritance diagram for org.opensplice.dds.core.policy.OwnershipStrengthImpl:
Inheritance graph
Collaboration diagram for org.opensplice.dds.core.policy.OwnershipStrengthImpl:
Collaboration graph

Public Member Functions

 OwnershipStrengthImpl (OsplServiceEnvironment environment)
 
 OwnershipStrengthImpl (OsplServiceEnvironment environment, int value)
 
boolean equals (Object other)
 
ServiceEnvironment getEnvironment ()
 
Class<? extends QosPolicygetPolicyClass ()
 
int getValue ()
 
int hashCode ()
 
OwnershipStrength withValue (int value)
 Copy this policy and override the value of the property. More...
 

Protected Attributes

OsplServiceEnvironment environment
 

Detailed Description

Definition at line 27 of file OwnershipStrengthImpl.java.

Constructor & Destructor Documentation

◆ OwnershipStrengthImpl() [1/2]

org.opensplice.dds.core.policy.OwnershipStrengthImpl.OwnershipStrengthImpl ( OsplServiceEnvironment  environment)

Definition at line 32 of file OwnershipStrengthImpl.java.

◆ OwnershipStrengthImpl() [2/2]

org.opensplice.dds.core.policy.OwnershipStrengthImpl.OwnershipStrengthImpl ( OsplServiceEnvironment  environment,
int  value 
)

Definition at line 37 of file OwnershipStrengthImpl.java.

Member Function Documentation

◆ equals()

boolean org.opensplice.dds.core.policy.OwnershipStrengthImpl.equals ( Object  other)

Definition at line 58 of file OwnershipStrengthImpl.java.

◆ getEnvironment()

ServiceEnvironment org.opensplice.dds.core.policy.QosPolicyImpl.getEnvironment ( )
inherited
Returns
the org.omg.dds.core.ServiceEnvironment object that directly or indirectly was used to create this object.

Implements org.omg.dds.core.DDSObject.

Definition at line 40 of file QosPolicyImpl.java.

◆ getPolicyClass()

Class<? extends QosPolicy> org.opensplice.dds.core.policy.OwnershipStrengthImpl.getPolicyClass ( )

Definition at line 53 of file OwnershipStrengthImpl.java.

◆ getValue()

int org.opensplice.dds.core.policy.OwnershipStrengthImpl.getValue ( )
Returns
the value

Implements org.omg.dds.core.policy.OwnershipStrength.

Definition at line 43 of file OwnershipStrengthImpl.java.

◆ hashCode()

int org.opensplice.dds.core.policy.OwnershipStrengthImpl.hashCode ( )

Definition at line 66 of file OwnershipStrengthImpl.java.

◆ withValue()

OwnershipStrength org.opensplice.dds.core.policy.OwnershipStrengthImpl.withValue ( int  value)

Copy this policy and override the value of the property.

Parameters
valueSpecifies the ownership strength of the DataWriter
Returns
a new OwnershipStrength policy

Implements org.omg.dds.core.policy.OwnershipStrength.

Definition at line 48 of file OwnershipStrengthImpl.java.

Member Data Documentation

◆ environment

OsplServiceEnvironment org.opensplice.dds.core.policy.QosPolicyImpl.environment
protectedinherited

Definition at line 29 of file QosPolicyImpl.java.


The documentation for this class was generated from the following file: