|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessManagement
Method Summary | |
---|---|
void |
checkService(ServiceID serviceID)
Check the state of a service |
java.lang.String |
dumpThreads()
dumps stack trace to log file. |
byte[] |
exportLogs()
Export the server logs to a byte[]. |
java.net.InetAddress |
getAddress()
Get the address of the host this VM is running on. |
java.lang.String |
getName()
Get the name for this controller. |
long |
getStartTime()
Get the time the VM was initialized. |
ProcessStatistics |
getVMStatistics()
Return information about VM. |
boolean |
isShuttingDown()
Returns true if system is being shutdown. |
void |
ping()
Method called from registries to determine if VMController is alive. |
void |
setCurrentLogConfiguration(LogConfiguration logConfiguration)
Set the current log configuration. |
void |
shutdown(boolean now)
Shut down all services waiting for work to complete. |
void |
start()
Starts the VM by invoking all the deployed services |
void |
startDeployedService(ServiceComponentDefnID id)
Start the service identified by the ServiceComponentID If synch is true then wait for service to start before returning. |
void |
startService(ServiceID serviceID)
Start a previously stopped service |
void |
stopService(ServiceID id,
boolean now,
boolean shutdown)
Kill service once work is complete |
Method Detail |
---|
void start()
void shutdown(boolean now)
void startDeployedService(ServiceComponentDefnID id)
void startService(ServiceID serviceID)
void stopService(ServiceID id, boolean now, boolean shutdown)
void checkService(ServiceID serviceID)
void setCurrentLogConfiguration(LogConfiguration logConfiguration)
long getStartTime()
java.net.InetAddress getAddress()
java.lang.String getName()
void ping()
boolean isShuttingDown()
ProcessStatistics getVMStatistics()
java.lang.String dumpThreads()
byte[] exportLogs()
AdminException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |