| Package | Description |
|---|---|
| org.cloudcoder.daemon | |
| org.cloudcoder.daemon.example |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Class<? extends IDaemon> |
DaemonController.getDaemonClass()
Get the daemon class (representing the daemon task to
be started or stopped).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExampleDaemon
Example implementation of
IDaemon. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends IDaemon> |
ExampleDaemonController.getDaemonClass() |