org.chorem.pollen.ui.services
Class BackgroundWorkerImpl

java.lang.Object
  extended by org.chorem.pollen.ui.services.BackgroundWorkerImpl
All Implemented Interfaces:
BackgroundWorker

public class BackgroundWorkerImpl
extends java.lang.Object
implements BackgroundWorker

Implémentation du service BackgroundWorker.

Version:
$Id: BackgroundWorkerImpl.java 2736 2009-08-19 15:48:01Z nrannou $
Author:
rannou

Constructor Summary
BackgroundWorkerImpl(org.apache.tapestry5.ioc.Messages messages, Configuration conf, ServicePoll servicePoll)
          Constructeur exécuté au lancement de l'application.
 
Method Summary
 void executeTasks()
          Lancement des tâches en arrière-plan.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundWorkerImpl

public BackgroundWorkerImpl(org.apache.tapestry5.ioc.Messages messages,
                            Configuration conf,
                            ServicePoll servicePoll)
Constructeur exécuté au lancement de l'application.

Method Detail

executeTasks

public void executeTasks()
Lancement des tâches en arrière-plan.



Copyright © 2009 CodeLutin. All Rights Reserved.