org.omg.dds
Interface WaitSetOperations

All Known Subinterfaces:
WaitSet
All Known Implementing Classes:
_WaitSetStub, WaitSetPOA

public interface WaitSetOperations

Generated from IDL interface "WaitSet"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 int _wait(ConditionSeqHolder active_conditions, Duration_t timeout)
           
 int attach_condition(Condition cond)
           
 int detach_condition(Condition cond)
           
 int get_conditions(ConditionSeqHolder attached_conditions)
           
 

Method Detail

_wait

public int _wait(ConditionSeqHolder active_conditions,
                 Duration_t timeout)

attach_condition

public int attach_condition(Condition cond)

detach_condition

public int detach_condition(Condition cond)

get_conditions

public int get_conditions(ConditionSeqHolder attached_conditions)