public class ServerStartupDaemonImpl extends ServerStartupDaemonPOA
| Constructor and Description |
|---|
ServerStartupDaemonImpl(ORB orb)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.jacorb.config.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'.
|
_all_interfaces, _invoke, _this, _this_default_POA, _get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic ServerStartupDaemonImpl(ORB orb)
public void configure(org.jacorb.config.Configuration myConfiguration)
throws org.jacorb.config.ConfigurationException
org.jacorb.config.ConfigurationExceptionpublic 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.ServerStartupFailed - Runtime.exec() failed to execute the command.public static void main(java.lang.String[] args)