org.omg.dds
Class GuardConditionPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.dds.GuardConditionPOA
          extended by org.omg.dds.GuardConditionPOATie
All Implemented Interfaces:
InvokeHandler, ConditionOperations, GuardConditionOperations

public class GuardConditionPOATie
extends GuardConditionPOA

Generated from IDL interface "GuardCondition".

Version:
generated at Mar 21, 2012 11:04:26 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

Constructor Summary
GuardConditionPOATie(GuardConditionOperations delegate)
           
GuardConditionPOATie(GuardConditionOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 GuardConditionOperations _delegate()
           
 void _delegate(GuardConditionOperations delegate)
           
 GuardCondition _this()
           
 GuardCondition _this(ORB orb)
           
 boolean get_trigger_value()
           
 void set_trigger_value(boolean value)
           
 
Methods inherited from class org.omg.dds.GuardConditionPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_component, _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

GuardConditionPOATie

public GuardConditionPOATie(GuardConditionOperations delegate)

GuardConditionPOATie

public GuardConditionPOATie(GuardConditionOperations delegate,
                            POA poa)
Method Detail

_this

public GuardCondition _this()
Overrides:
_this in class GuardConditionPOA

_this

public GuardCondition _this(ORB orb)
Overrides:
_this in class GuardConditionPOA

_delegate

public GuardConditionOperations _delegate()

_delegate

public void _delegate(GuardConditionOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

set_trigger_value

public void set_trigger_value(boolean value)

get_trigger_value

public boolean get_trigger_value()