|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Starter
An interface for programs which start themself other programs as separate processes. It is possible to start/stop and restart the encapsulated process.
Method Summary | |
---|---|
boolean |
isRunning()
|
void |
restart()
restarts the process |
void |
start()
Starts the process |
void |
stop()
stops the process |
Method Detail |
---|
void start() throws RemoteException
RemoteException
void stop() throws RemoteException
RemoteException
void restart() throws RemoteException
RemoteException
boolean isRunning() throws RemoteException
RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |