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

Public Member Functions

 TransportPriorityImpl (OsplServiceEnvironment environment)
 
 TransportPriorityImpl (OsplServiceEnvironment environment, int value)
 
boolean equals (Object other)
 
ServiceEnvironment getEnvironment ()
 
Class<? extends QosPolicygetPolicyClass ()
 
int getValue ()
 
int hashCode ()
 
TransportPriority 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 TransportPriorityImpl.java.

Constructor & Destructor Documentation

◆ TransportPriorityImpl() [1/2]

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

Definition at line 32 of file TransportPriorityImpl.java.

◆ TransportPriorityImpl() [2/2]

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

Definition at line 37 of file TransportPriorityImpl.java.

Member Function Documentation

◆ equals()

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

Definition at line 58 of file TransportPriorityImpl.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.TransportPriorityImpl.getPolicyClass ( )

Definition at line 53 of file TransportPriorityImpl.java.

◆ getValue()

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

Implements org.omg.dds.core.policy.TransportPriority.

Definition at line 43 of file TransportPriorityImpl.java.

◆ hashCode()

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

Definition at line 66 of file TransportPriorityImpl.java.

◆ withValue()

TransportPriority org.opensplice.dds.core.policy.TransportPriorityImpl.withValue ( int  value)

Copy this policy and override the value of the property.

Parameters
valueSpecifies the priority with which the Data Distribution System can handle the data produced by the DataWriter.
Returns
a new TransportPriority policy

Implements org.omg.dds.core.policy.TransportPriority.

Definition at line 48 of file TransportPriorityImpl.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: