fr.paris.lutece.portal.service.daemon
Class DaemonThread
java.lang.Object
fr.paris.lutece.portal.service.daemon.DaemonThread
- All Implemented Interfaces:
- Runnable
public final class DaemonThread
- extends Object
- implements Runnable
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 |
DaemonThread
public DaemonThread(DaemonEntry entry)
- Constructor Creates the thread of execution from informations contained
in DaemonEntry structure
- Parameters:
entry
- The entry
run
public void run()
- Execution process of the daemon associated with the thread
This methods is called for regular interval
- Specified by:
run
in interface Runnable
Copyright © 2014 Mairie de Paris. All Rights Reserved.