21 package org.opensplice.dds.core;
28 private final DDS.GuardCondition oldGuardCondition;
32 this.environment = environment;
33 this.oldGuardCondition =
new DDS.GuardCondition();
38 return this.oldGuardCondition.get_trigger_value();
43 return this.environment;
48 this.oldGuardCondition.set_trigger_value(value);
53 return this.oldGuardCondition;
58 return "GuardCondition (" + Integer.toHexString(hashCode()) +
")";
void setTriggerValue(boolean value)
A GuardCondition object is a specific Condition whose triggerValue is completely under the control of...
ServiceEnvironment getEnvironment()
boolean getTriggerValue()
A Condition is a root interface for all the conditions that may be attached to a org.omg.dds.core.WaitSet.
DDS.GuardCondition getOldCondition()
GuardConditionImpl(OsplServiceEnvironment environment)
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...