|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DaemonController
Interface which defines methods needed by the DaemonLoader.
Method Summary | |
---|---|
void |
fail()
Shudown daemon and log failed message. |
void |
fail(Exception exception)
Shudown daemon and log failed message. |
void |
fail(String message)
Shudown daemon and log failed message. |
void |
fail(String message,
Exception exception)
Shudown daemon and log failed message. |
void |
reload()
Reload daemon |
void |
shutdown()
Shutdown 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 |