19 package org.omg.dds.core;
21 import java.util.Collection;
93 Class<? extends Status>... statuses);
108 Collection<Class<? extends Status>> statuses);
A StatusCondition object is an immutable object that specifies Condition that is associated with each...
Set< Class<? extends Status > > getEnabledStatuses()
This operation retrieves the list of communication statuses that are taken into account to determine ...
void setEnabledStatuses(Class<? extends Status >... statuses)
This operation accepts a variable number of statuses that are encapsulated in a new StatusCondition o...
A Condition is a root interface for all the conditions that may be attached to a org.omg.dds.core.WaitSet.
This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.
Status is the abstract root class for all communication status objects.