|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.jacorb.imr.ServerStartupDaemonPOA
org.jacorb.imr.ServerStartupDaemonImpl
Constructor Summary | |
---|---|
ServerStartupDaemonImpl(ORB orb)
The constructor. |
Method Summary | |
---|---|
void |
configure(org.apache.avalon.framework.configuration.Configuration myConfiguration)
|
int |
get_system_load()
NOT IMPLEMENTED, but currently used for "pinging" purposes. |
static void |
main(java.lang.String[] args)
main method. |
void |
start_server(java.lang.String command)
This method starts a server on this host as specified by 'command'. |
Methods inherited from class org.jacorb.imr.ServerStartupDaemonPOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_default_POA, _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 |
public ServerStartupDaemonImpl(ORB orb)
java.lang.Exception
- any exception that is thrown inside is propagated upwards.Method Detail |
public void configure(org.apache.avalon.framework.configuration.Configuration myConfiguration) throws org.apache.avalon.framework.configuration.ConfigurationException
org.apache.avalon.framework.configuration.ConfigurationException
public int get_system_load()
public void start_server(java.lang.String command) throws ServerStartupFailed
command
- The server startup command, i.e. the servers class name and
parameters for its main method. The interpreter is inserted automatically.
org.jacorb.imr.ServerStartupDaemonPackage.ServerStartupFailed
- Runtime.exec() failed to execute the command.
ServerStartupFailed
public static void main(java.lang.String[] args)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |