|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DaemonEntry | |
---|---|
fr.paris.lutece.portal.service.daemon | |
fr.paris.lutece.portal.service.plugin |
Uses of DaemonEntry in fr.paris.lutece.portal.service.daemon |
---|
Methods in fr.paris.lutece.portal.service.daemon that return types with arguments of type DaemonEntry | |
---|---|
static java.util.Collection<DaemonEntry> |
AppDaemonService.getDaemonEntries()
Get the current known DaemonEntries within the DaemonFactory |
Methods in fr.paris.lutece.portal.service.daemon with parameters of type DaemonEntry | |
---|---|
static void |
AppDaemonService.registerDaemon(DaemonEntry entry)
Register a daemon by its entry |
Constructors in fr.paris.lutece.portal.service.daemon with parameters of type DaemonEntry | |
---|---|
DaemonThread(DaemonEntry entry)
Constructor Creates the thread of execution from informations contained in DaemonEntry structure |
Uses of DaemonEntry in fr.paris.lutece.portal.service.plugin |
---|
Methods in fr.paris.lutece.portal.service.plugin that return types with arguments of type DaemonEntry | |
---|---|
java.util.List<DaemonEntry> |
PluginFile.getDaemons()
Returns all Daemons of the plugin |
java.util.List<DaemonEntry> |
Plugin.getDaemons()
Returns The daemons list of the plugin. |
Methods in fr.paris.lutece.portal.service.plugin with parameters of type DaemonEntry | |
---|---|
void |
PluginFile.addDaemon(DaemonEntry daemonEntry)
Add a Daemon to the plugin definition |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |