Class ProcessSchedulerImpl
- java.lang.Object
-
- io.vertigo.orchestra.impl.services.schedule.ProcessSchedulerImpl
-
- All Implemented Interfaces:
ProcessScheduler
public final class ProcessSchedulerImpl extends Object implements ProcessScheduler
Implémentation du manager de la planification.- Version:
- $Id$
- Author:
- mlaroche.
-
-
Constructor Summary
Constructors Constructor Description ProcessSchedulerImpl(List<ProcessSchedulerPlugin> schedulerPlugins, ProcessExecutor processExecutor)
Constructeur.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
scheduleAt(ProcessDefinition processDefinition, Instant planifiedTime, Map<String,String> initialParams)
Planifie un processus à une date donnée.
-
-
-
Constructor Detail
-
ProcessSchedulerImpl
public ProcessSchedulerImpl(List<ProcessSchedulerPlugin> schedulerPlugins, ProcessExecutor processExecutor)
Constructeur.- Parameters:
schedulerPlugins
- la liste des plugins de gestion de la planification
-
-
Method Detail
-
scheduleAt
public void scheduleAt(ProcessDefinition processDefinition, Instant planifiedTime, Map<String,String> initialParams)
Planifie un processus à une date donnée.- Specified by:
scheduleAt
in interfaceProcessScheduler
- Parameters:
processDefinition
- le processus à planifierplanifiedTime
- la date de planificationinitialParams
- les paramètres initiaux à utiliser
-
-