public static class DaemonLoader.Controller extends Object implements 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.
|
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-2012 Apache Software Foundation. All Rights Reserved.