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