public interface RunningDaemon
Modifier and Type | Method and Description |
---|---|
void |
shutdownDaemon()
Shuts this class down.
|
void |
startDaemon()
Initializes and starts all threads required to run the daemon.
|
void |
stopDaemon()
Stopps all daemon threads and frees all temporary resources.
|
void startDaemon()
Initializes and starts all threads required to run the daemon.
void stopDaemon()
Stopps all daemon threads and frees all temporary resources.
void shutdownDaemon()
Shuts this class down.
This frees all resources and ends all threads for an application or layer shutdown. It is not possible to call start() after running shutdown().
Copyright © 2023. All rights reserved.