public interface DaemonController
| Modifier and Type | Method and Description |
|---|---|
void |
fail()
Shuts down daemon and logs failed message.
|
void |
fail(java.lang.Exception exception)
Shuts down daemon and logs failed message.
|
void |
fail(java.lang.String message)
Shuts down daemon and logs failed message.
|
void |
fail(java.lang.String message,
java.lang.Exception exception)
Shuts down daemon and logs failed message.
|
void |
reload()
Reloads daemon
|
void |
shutdown()
Shuts down the daemon.
|
void shutdown()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionvoid reload()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionvoid fail() throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionvoid fail(java.lang.String message) throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionvoid fail(java.lang.Exception exception) throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionvoid fail(java.lang.String message,
java.lang.Exception exception)
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionCopyright (c) 2002-2013 - Apache Software Foundation