org.omg.dds
Class WaitSetPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.dds.WaitSetPOA
          extended byorg.omg.dds.WaitSetPOATie
All Implemented Interfaces:
InvokeHandler, WaitSetOperations

public class WaitSetPOATie
extends WaitSetPOA

Generated from IDL interface "WaitSet"

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

Constructor Summary
WaitSetPOATie(WaitSetOperations delegate)
           
WaitSetPOATie(WaitSetOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 WaitSetOperations _delegate()
           
 void _delegate(WaitSetOperations delegate)
           
 WaitSet _this()
           
 WaitSet _this(ORB orb)
           
 int _wait(ConditionSeqHolder active_conditions, Duration_t timeout)
           
 int attach_condition(Condition cond)
           
 int detach_condition(Condition cond)
           
 int get_conditions(ConditionSeqHolder attached_conditions)
           
 
Methods inherited from class org.omg.dds.WaitSetPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitSetPOATie

public WaitSetPOATie(WaitSetOperations delegate)

WaitSetPOATie

public WaitSetPOATie(WaitSetOperations delegate,
                     POA poa)
Method Detail

_this

public WaitSet _this()
Overrides:
_this in class WaitSetPOA

_this

public WaitSet _this(ORB orb)
Overrides:
_this in class WaitSetPOA

_delegate

public WaitSetOperations _delegate()

_delegate

public void _delegate(WaitSetOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

detach_condition

public int detach_condition(Condition cond)

_wait

public int _wait(ConditionSeqHolder active_conditions,
                 Duration_t timeout)

get_conditions

public int get_conditions(ConditionSeqHolder attached_conditions)

attach_condition

public int attach_condition(Condition cond)