Package | Description |
---|---|
fr.paris.lutece.portal.service.daemon | |
fr.paris.lutece.portal.service.plugin |
Modifier and Type | Method and Description |
---|---|
static Collection<DaemonEntry> |
AppDaemonService.getDaemonEntries()
Get the current known DaemonEntries within the DaemonFactory
|
Modifier and Type | Method and Description |
---|---|
boolean |
IDaemonScheduler.enqueue(DaemonEntry entry,
long nDelay,
TimeUnit unit)
Enqueue a daemon for execution in the immediate future
|
static void |
AppDaemonService.registerDaemon(DaemonEntry entry)
Register a daemon by its entry
|
void |
IDaemonScheduler.schedule(DaemonEntry entry,
long nInitialDelay,
TimeUnit unit)
Schedule a daemon execution.
|
void |
DaemonThread.setDaemonEntry(DaemonEntry entry)
Sets the daemon entry
|
void |
IDaemonScheduler.unSchedule(DaemonEntry daemonEntry)
Unschedule a daemon
|
Modifier and Type | Method and Description |
---|---|
List<DaemonEntry> |
PluginFile.getDaemons()
Returns all Daemons of the plugin
|
List<DaemonEntry> |
Plugin.getDaemons()
Returns The daemons list of the plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginFile.addDaemon(DaemonEntry daemonEntry)
Add a Daemon to the plugin definition
|
Copyright © 2020 City of Paris. All rights reserved.