org.omg.dds
Class EntityPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.dds.EntityPOA
          extended byorg.omg.dds.EntityPOATie
All Implemented Interfaces:
EntityOperations, InvokeHandler

public class EntityPOATie
extends EntityPOA

Generated from IDL interface "Entity"

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

Constructor Summary
EntityPOATie(EntityOperations delegate)
           
EntityPOATie(EntityOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 EntityOperations _delegate()
           
 void _delegate(EntityOperations delegate)
           
 Entity _this()
           
 Entity _this(ORB orb)
           
 int enable()
           
 int get_status_changes()
           
 StatusCondition get_statuscondition()
           
 
Methods inherited from class org.omg.dds.EntityPOA
_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

EntityPOATie

public EntityPOATie(EntityOperations delegate)

EntityPOATie

public EntityPOATie(EntityOperations delegate,
                    POA poa)
Method Detail

_this

public Entity _this()
Overrides:
_this in class EntityPOA

_this

public Entity _this(ORB orb)
Overrides:
_this in class EntityPOA

_delegate

public EntityOperations _delegate()

_delegate

public void _delegate(EntityOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

enable

public int enable()

get_status_changes

public int get_status_changes()

get_statuscondition

public StatusCondition get_statuscondition()