OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
All Classes Namespaces Files Functions Variables Pages
org.opensplice.dds.core.GuardConditionImpl Class Reference
Inheritance diagram for org.opensplice.dds.core.GuardConditionImpl:
Inheritance graph
Collaboration diagram for org.opensplice.dds.core.GuardConditionImpl:
Collaboration graph

Public Member Functions

 GuardConditionImpl (OsplServiceEnvironment environment)
 
ServiceEnvironment getEnvironment ()
 
DDS.GuardCondition getOldCondition ()
 
boolean getTriggerValue ()
 
void setTriggerValue (boolean value)
 
String toString ()
 

Static Public Member Functions

static GuardCondition newGuardCondition (ServiceEnvironment env)
 Creates a new GuardCondition object which can be used in alink org.omg.dds.core.WaitSet}. More...
 

Detailed Description

Definition at line 26 of file GuardConditionImpl.java.

Constructor & Destructor Documentation

◆ GuardConditionImpl()

org.opensplice.dds.core.GuardConditionImpl.GuardConditionImpl ( OsplServiceEnvironment  environment)

Definition at line 31 of file GuardConditionImpl.java.

Member Function Documentation

◆ getEnvironment()

ServiceEnvironment org.opensplice.dds.core.GuardConditionImpl.getEnvironment ( )
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 42 of file GuardConditionImpl.java.

◆ getOldCondition()

DDS.GuardCondition org.opensplice.dds.core.GuardConditionImpl.getOldCondition ( )

Definition at line 52 of file GuardConditionImpl.java.

◆ getTriggerValue()

boolean org.opensplice.dds.core.GuardConditionImpl.getTriggerValue ( )
Returns
the triggerValue of the Condition.

Implements org.omg.dds.core.Condition.

Definition at line 37 of file GuardConditionImpl.java.

◆ newGuardCondition()

static GuardCondition org.omg.dds.core.GuardCondition.newGuardCondition ( ServiceEnvironment  env)
staticinherited

Creates a new GuardCondition object which can be used in alink org.omg.dds.core.WaitSet}.

Parameters
envIdentifies the Service instance to which the new object will belong.

Definition at line 69 of file GuardCondition.java.

◆ setTriggerValue()

void org.opensplice.dds.core.GuardConditionImpl.setTriggerValue ( boolean  value)

Definition at line 47 of file GuardConditionImpl.java.

◆ toString()

String org.opensplice.dds.core.GuardConditionImpl.toString ( )

Definition at line 57 of file GuardConditionImpl.java.


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