fr.paris.lutece.portal.service.daemon
Class DaemonThread

java.lang.Object
  extended by fr.paris.lutece.portal.service.daemon.DaemonThread
All Implemented Interfaces:
java.lang.Runnable

public final class DaemonThread
extends java.lang.Object
implements java.lang.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
 

Constructor Detail

DaemonThread

public DaemonThread(DaemonEntry entry)
Constructor Creates the thread of execution from informations contained in DaemonEntry structure

Parameters:
entry - The entry
Method Detail

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 java.lang.Runnable


Copyright © 2010 Mairie de Paris. All Rights Reserved.