|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.imr.ServerStartupDaemonPOA
org.jacorb.imr.ServerStartupDaemonImpl
public class ServerStartupDaemonImpl
Constructor Summary | |
---|---|
ServerStartupDaemonImpl(org.omg.CORBA.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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerStartupDaemonImpl(org.omg.CORBA.ORB orb)
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.
ServerStartupFailed
- Runtime.exec() failed to execute the command.public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |