public interface 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.
|
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–2023 The Apache Software Foundation. All rights reserved.