|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.daemon.support.DaemonLoader.Controller
public static class DaemonLoader.Controller
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void shutdown() throws IllegalStateException
DaemonController
shutdown
in interface DaemonController
IllegalStateException
public void reload() throws IllegalStateException
DaemonController
reload
in interface DaemonController
IllegalStateException
public void fail() throws IllegalStateException
DaemonController
fail
in interface DaemonController
IllegalStateException
public void fail(String message) throws IllegalStateException
DaemonController
fail
in interface DaemonController
IllegalStateException
public void fail(Exception exception) throws IllegalStateException
DaemonController
fail
in interface DaemonController
IllegalStateException
public void fail(String message, Exception exception) throws IllegalStateException
DaemonController
fail
in interface DaemonController
IllegalStateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |