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