19 package org.omg.dds.core;
static GuardCondition newGuardCondition(ServiceEnvironment env)
Creates a new GuardCondition object which can be used in alink org.omg.dds.core.WaitSet}.
A GuardCondition object is a specific Condition whose triggerValue is completely under the control of...
abstract ServiceProviderInterface getSPI()
This method is not intended for use by applications.
abstract void setTriggerValue(boolean value)
This operation sets the triggerValue of the GuardCondition.
GuardCondition newGuardCondition()
A Condition is a root interface for all the conditions that may be attached to a org.omg.dds.core.WaitSet.
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...