Interface | Description |
---|---|
DaemonFactory |
Daemon Factory can create new DaemonService, which runs on seperate
background threads.
|
DaemonService |
A DaemonService provides a background service which is suitable for
asynchronous I/O and general clean up.
|
Serviceable |
To use a DaemonService, one implements the Serviceable interface.
|