Condition Interface Reference
[Conditions and WaitSets]

<<interface>> Root class for all the conditions that may be attached to a com.rti.dds.infrastructure.WaitSet. More...

Inheritance diagram for Condition:

StatusCondition ReadCondition QueryCondition

List of all members.

Package Functions

boolean get_trigger_value ()
 Retrieve the trigger_value.


Detailed Description

<<interface>> Root class for all the conditions that may be attached to a com.rti.dds.infrastructure.WaitSet.

This basic class is specialised in three classes:

com.rti.dds.infrastructure.GuardCondition, com.rti.dds.infrastructure.StatusCondition, and com.rti.dds.subscription.ReadCondition.

A com.rti.dds.infrastructure.Condition has a trigger_value that can be true or false and is set automatically by RTI Connext.

See also:
com.rti.dds.infrastructure.WaitSet

Member Function Documentation

boolean get_trigger_value (  )  [package]

Retrieve the trigger_value.

Returns:
the trigger value.

Implemented in GuardCondition.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc