public class ServerStartupDaemonImpl extends ServerStartupDaemonPOA
Constructor and Description |
---|
ServerStartupDaemonImpl(ORB orb)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
configure(Configuration myConfiguration) |
int |
get_system_load()
NOT IMPLEMENTED, but currently used for "pinging" purposes.
|
static void |
main(String[] args)
main method.
|
void |
start_server(String command)
This method starts a server on this host as specified by 'command'.
|
_all_interfaces, _invoke, _this, _this
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public ServerStartupDaemonImpl(ORB orb)
public void configure(Configuration myConfiguration) throws ConfigurationException
ConfigurationException
public int get_system_load()
public void start_server(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(String[] args)
Copyright © 2017 JacORB. All rights reserved.