org.chorem.pollen.ui.services
Class BackgroundWorkerImpl
java.lang.Object
org.chorem.pollen.ui.services.BackgroundWorkerImpl
- All Implemented Interfaces:
- BackgroundWorker
public class BackgroundWorkerImpl
- extends Object
- implements BackgroundWorker
Implémentation du service BackgroundWorker.
- Version:
- $Id: BackgroundWorkerImpl.java 2736 2009-08-19 15:48:01Z nrannou $
- Author:
- rannou
|
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 |
BackgroundWorkerImpl
public BackgroundWorkerImpl(org.apache.tapestry5.ioc.Messages messages,
Configuration conf,
ServicePoll servicePoll)
- Constructeur exécuté au lancement de l'application.
executeTasks
public void executeTasks()
- Lancement des tâches en arrière-plan.
Copyright © 2009-2010 CodeLutin. All Rights Reserved.