| org.jacorb.imr.ServerStartupDaemonImpl
ServerStartupDaemonImpl | public class ServerStartupDaemonImpl extends org.jacorb.imr.ServerStartupDaemonPOA (Code) | | |
Method Summary | |
public void | configure(Configuration myConfiguration) | public int | get_system_load() NOT IMPLEMENTED, but currently used for "pinging" purposes. | public static void | main(String[] args) main method. | public void | start_server(String command) This method starts a server on this host as specified by 'command'.
Parameters: command - The server startup command, i.e. |
ServerStartupDaemonImpl | public ServerStartupDaemonImpl(org.omg.CORBA.ORB orb)(Code) | | The constructor. It registers this daemon at the repository.
|
configure | public void configure(Configuration myConfiguration) throws ConfigurationException(Code) | | |
get_system_load | public int get_system_load()(Code) | | NOT IMPLEMENTED, but currently used for "pinging" purposes.
0 always |
main | public static void main(String[] args)(Code) | | main method. Creates a new ServerStartupDaemonImpl instance and runs the orb.
|
start_server | public void start_server(String command) throws ServerStartupFailed(Code) | | This method starts a server on this host as specified by 'command'.
Parameters: command - The server startup command, i.e. the servers class name andparameters for its main method. The interpreter is inserted automatically. exception: ServerStartupFailed - Runtime.exec() failed to execute the command. |
|
|