|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.daemon.AppDaemonService
public class AppDaemonService
this class provides methods to manage daemons services
Constructor Summary | |
---|---|
AppDaemonService()
|
Method Summary | |
---|---|
static Daemon |
getDaemon(java.lang.String strDaemonKey)
Gets a daemon object from its key name |
static java.util.Collection<DaemonEntry> |
getDaemonEntries()
Get the current known DaemonEntries within the DaemonFactory |
static void |
init()
Performs initialization of the DaemonFactory. |
static void |
registerDaemon(DaemonEntry entry)
|
static void |
shutdown()
Performs the shutdown of the DaemonFactory. |
static void |
startDaemon(java.lang.String strDaemonKey)
|
static void |
stopDaemon(java.lang.String strDaemonKey)
|
static void |
unregisterDaemon(java.lang.String strDaemonKey)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppDaemonService()
Method Detail |
---|
public static void init() throws LuteceInitException
LuteceInitException
public static void registerDaemon(DaemonEntry entry) throws LuteceInitException
LuteceInitException
public static void unregisterDaemon(java.lang.String strDaemonKey)
public static void startDaemon(java.lang.String strDaemonKey)
public static void stopDaemon(java.lang.String strDaemonKey)
public static java.util.Collection<DaemonEntry> getDaemonEntries()
public static void shutdown()
public static Daemon getDaemon(java.lang.String strDaemonKey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |