public interface DaemonController
| Modifier and Type | Method and Description |
|---|---|
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.
|
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-2012 Apache Software Foundation. All Rights Reserved.