|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DaemonController
Defines methods needed by the DaemonLoader.
Method Summary | |
---|---|
void |
fail()
Shuts down daemon and logs failed message. |
void |
fail(Exception exception)
Shuts down daemon and logs failed message. |
void |
fail(String message)
Shuts down daemon and logs failed message. |
void |
fail(String message,
Exception exception)
Shuts down daemon and logs failed message. |
void |
reload()
Reloads daemon |
void |
shutdown()
Shuts down the daemon. |
Method Detail |
---|
void shutdown() throws IllegalStateException
IllegalStateException
void reload() throws IllegalStateException
IllegalStateException
void fail() throws IllegalStateException
IllegalStateException
void fail(String message) throws IllegalStateException
IllegalStateException
void fail(Exception exception) throws IllegalStateException
IllegalStateException
void fail(String message, Exception exception) throws IllegalStateException
IllegalStateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |