org.omg.dds.core
Interface Condition

All Superinterfaces:
DDSObject
All Known Subinterfaces:
QueryCondition<TYPE>, ReadCondition<TYPE>, StatusCondition<ENTITY>
All Known Implementing Classes:
GuardCondition

public interface Condition
extends DDSObject

A Condition is a root interface for all the conditions that may be attached to a WaitSet. This basic interface is specialized in the following interfaces that are known by the middleware: GuardCondition, StatusCondition, and ReadCondition. A Condition has a triggerValue that can be true or false and is set automatically by the Service.


Method Summary
 boolean getTriggerValue()
           
 
Methods inherited from interface org.omg.dds.core.DDSObject
getBootstrap
 

Method Detail

getTriggerValue

boolean getTriggerValue()


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