public interface Service| Modifier and Type | Method and Description |
|---|---|
void | renderStatusHTML(Writer out)Render the status as HTML. |
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 renderStatusHTML(Writer out) throws IOException
out - the writer to write toIOException - if an error occurs writingvoid restart()
void shutdown()
void startup()