org.omg.CosCollection

Class CommandPOATie

Implemented Interfaces:
CommandOperations, InvokeHandler

public class CommandPOATie
extends CommandPOA

Generated from IDL interface "Command"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

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, _this, _this

Methods inherited from class org.omg.PortableServer.Servant

_all_interfaces, _default_POA, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object

Constructor Details

CommandPOATie

public CommandPOATie(CommandOperations delegate)


CommandPOATie

public CommandPOATie(CommandOperations delegate,
                     POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public CommandOperations _delegate()


_delegate

public void _delegate(CommandOperations delegate)


_this

public Command _this()
Overrides:
_this in interface CommandPOA


_this

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


do_on

public boolean do_on(Any element)
Specified by:
do_on in interface CommandOperations