public final class ExecutorDaemonPlugin extends Object implements DaemonPlugin, Activeable
| Constructor and Description |
|---|
ExecutorDaemonPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
scheduleDaemon(String daemonName,
Daemon daemon,
long periodInSeconds)
Enregistre un démon.
|
void |
start() |
void |
stop() |
public void scheduleDaemon(String daemonName, Daemon daemon, long periodInSeconds)
scheduleDaemon in interface DaemonPlugindaemonName - Nom du démon (DMN_XXX)daemon - Le démon à lancer.periodInSeconds - La période d'exécution du démon.public void start()
start in interface Activeablepublic void stop()
stop in interface ActiveableCopyright © 2015. All Rights Reserved.