public interface IDaemon
| Modifier and Type | Method and Description |
|---|---|
void |
handleCommand(java.lang.String command)
Handle a command received via the FIFO.
|
void |
shutdown()
Stop the daemon.
|
void |
start(java.lang.String instanceName)
Start the daemon.
|
void start(java.lang.String instanceName)
instanceName - the instance name for this daemonvoid handleCommand(java.lang.String command)
command - the command to handlevoid shutdown()