public static class DaemonLoader.Controller extends Object implements 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.
|
public void shutdown()
throws IllegalStateException
DaemonControllershutdown in interface DaemonControllerIllegalStateExceptionpublic void reload()
throws IllegalStateException
DaemonControllerreload in interface DaemonControllerIllegalStateExceptionpublic void fail()
DaemonControllerfail in interface DaemonControllerpublic void fail(String message)
DaemonControllerfail in interface DaemonControllerpublic void fail(Exception exception)
DaemonControllerfail in interface DaemonControllerpublic void fail(String message, Exception exception)
DaemonControllerfail in interface DaemonControllerCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.