org.jacorb.imr
public class ServerStartupDaemonImpl extends ServerStartupDaemonPOA
| Constructor Summary | |
|---|---|
| ServerStartupDaemonImpl(ORB orb)
The constructor. | |
| Method Summary | |
|---|---|
| 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'.
|
Returns: 0 always
Parameters: command The server startup command, i.e. the servers class name and parameters for its main method. The interpreter is inserted automatically.
Throws: ServerStartupFailed Runtime.exec() failed to execute the command.