Uses of Interface
org.omg.dds.core.Condition

Packages that use Condition
org.omg.dds.core The Core (Infrastructure) Module defines the abstract classes and the interfaces that are refined by the other modules. 
org.omg.dds.sub The Subscription Module contains the Subscriber, DataReader, ReadCondition, and QueryCondition interfaces, as well as the SubscriberListener and DataReaderListener interfaces, and more generally, all that is needed on the subscription side. 
 

Uses of Condition in org.omg.dds.core
 

Subinterfaces of Condition in org.omg.dds.core
 interface StatusCondition<ENTITY extends Entity<ENTITY,?,?>>
          A StatusCondition object is a specific Condition that is associated with each Entity.
 

Classes in org.omg.dds.core that implement Condition
 class GuardCondition
          A GuardCondition object is a specific Condition whose triggerValue is completely under the control of the application.
 

Methods in org.omg.dds.core that return types with arguments of type Condition
abstract  java.util.Collection<Condition> WaitSet.getConditions()
           
 

Methods in org.omg.dds.core with parameters of type Condition
abstract  void WaitSet.attachCondition(Condition cond)
           
abstract  void WaitSet.detachCondition(Condition cond)
           
 

Method parameters in org.omg.dds.core with type arguments of type Condition
abstract  void WaitSet.waitForConditions(java.util.Collection<Condition> activeConditions)
           
abstract  void WaitSet.waitForConditions(java.util.Collection<Condition> activeConditions, Duration timeout)
           
abstract  void WaitSet.waitForConditions(java.util.Collection<Condition> activeConditions, long timeout, java.util.concurrent.TimeUnit unit)
           
 

Uses of Condition in org.omg.dds.sub
 

Subinterfaces of Condition in org.omg.dds.sub
 interface QueryCondition<TYPE>
           
 interface ReadCondition<TYPE>
           
 



Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.