|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.daemon.DaemonThread
public final class DaemonThread
This class performs methods to manage threads of execution for a given daemon instance
Constructor Summary | |
---|---|
DaemonThread(DaemonEntry entry)
Constructor Creates the thread of execution from informations contained in DaemonEntry structure |
Method Summary | |
---|---|
void |
run()
Execution process of the daemon associated with the thread This methods is called for regular interval |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DaemonThread(DaemonEntry entry)
entry
- The entryMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |