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
DaemonController
shutdown
in interface DaemonController
IllegalStateException
public void reload() throws IllegalStateException
DaemonController
reload
in interface DaemonController
IllegalStateException
public void fail()
DaemonController
fail
in interface DaemonController
public void fail(String message)
DaemonController
fail
in interface DaemonController
public void fail(Exception exception)
DaemonController
fail
in interface DaemonController
public void fail(String message, Exception exception)
DaemonController
fail
in interface DaemonController
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.