public interface DaemonController
| Modifier and Type | Method and Description |
|---|---|
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.
|
void shutdown()
throws IllegalStateException
IllegalStateExceptionvoid reload()
throws IllegalStateException
IllegalStateExceptionvoid fail()
throws IllegalStateException
IllegalStateExceptionvoid fail(String message) throws IllegalStateException
IllegalStateExceptionvoid fail(Exception exception) throws IllegalStateException
IllegalStateExceptionvoid fail(String message, Exception exception) throws IllegalStateException
IllegalStateExceptionCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.