org.omg.CosCollection
Class CommandPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosCollection.CommandPOA
          extended byorg.omg.CosCollection.CommandPOATie
All Implemented Interfaces:
CommandOperations, InvokeHandler

public class CommandPOATie
extends CommandPOA

Generated from IDL interface "Command"

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

Constructor Summary
CommandPOATie(CommandOperations delegate)
           
CommandPOATie(CommandOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 CommandOperations _delegate()
           
 void _delegate(CommandOperations delegate)
           
 Command _this()
           
 Command _this(ORB orb)
           
 boolean do_on(Any element)
           
 
Methods inherited from class org.omg.CosCollection.CommandPOA
_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

CommandPOATie

public CommandPOATie(CommandOperations delegate)

CommandPOATie

public CommandPOATie(CommandOperations delegate,
                     POA poa)
Method Detail

_this

public Command _this()
Overrides:
_this in class CommandPOA

_this

public Command _this(ORB orb)
Overrides:
_this in class CommandPOA

_delegate

public CommandOperations _delegate()

_delegate

public void _delegate(CommandOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

do_on

public boolean do_on(Any element)