org.jacorb.imr
Class ServerStartupDaemonPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.jacorb.imr.ServerStartupDaemonPOA
          extended byorg.jacorb.imr.ServerStartupDaemonPOATie
All Implemented Interfaces:
InvokeHandler, ServerStartupDaemonOperations

public class ServerStartupDaemonPOATie
extends ServerStartupDaemonPOA

Generated from IDL interface "ServerStartupDaemon"

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

Constructor Summary
ServerStartupDaemonPOATie(ServerStartupDaemonOperations delegate)
           
ServerStartupDaemonPOATie(ServerStartupDaemonOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 ServerStartupDaemonOperations _delegate()
           
 void _delegate(ServerStartupDaemonOperations delegate)
           
 ServerStartupDaemon _this()
           
 ServerStartupDaemon _this(ORB orb)
           
 int get_system_load()
           
 void start_server(java.lang.String command)
           
 
Methods inherited from class org.jacorb.imr.ServerStartupDaemonPOA
_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

ServerStartupDaemonPOATie

public ServerStartupDaemonPOATie(ServerStartupDaemonOperations delegate)

ServerStartupDaemonPOATie

public ServerStartupDaemonPOATie(ServerStartupDaemonOperations delegate,
                                 POA poa)
Method Detail

_this

public ServerStartupDaemon _this()
Overrides:
_this in class ServerStartupDaemonPOA

_this

public ServerStartupDaemon _this(ORB orb)
Overrides:
_this in class ServerStartupDaemonPOA

_delegate

public ServerStartupDaemonOperations _delegate()

_delegate

public void _delegate(ServerStartupDaemonOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

get_system_load

public int get_system_load()

start_server

public void start_server(java.lang.String command)
                  throws ServerStartupFailed
Throws:
ServerStartupFailed