public interface Service
Modifier and Type | Method and Description |
---|---|
void |
renderStatusHTML(Writer out) |
void |
restart()
Perform a soft restart.
|
void |
shutdown()
Instruct the service that the router is shutting down and that it should do
whatever is necessary to go down gracefully.
|
void |
startup()
Instruct the service that it should start normal operation.
|
void startup()
void shutdown()
void restart()
void renderStatusHTML(Writer out) throws IOException
IOException