Package io.vertigo.orchestra.services
Interface OrchestraServices
- All Superinterfaces:
io.vertigo.core.node.component.Component,io.vertigo.core.node.component.CoreComponent
- All Known Implementing Classes:
OrchestraServicesImpl
public interface OrchestraServices
extends io.vertigo.core.node.component.Component
Interface (interne) de gestion des executions des processus Orchestra.
- Version:
- $Id$
- Author:
- KleeGroup.
-
Method Summary
Modifier and TypeMethodDescriptionExecutes the processes (scheduled or manual)Only accessible if a plugin has been registeredOnly accessible if a plugin has been registered
-
Method Details
-
getExecutor
ProcessExecutor getExecutor()Executes the processes (scheduled or manual)- Returns:
- the executor
-
getReport
ProcessReport getReport()Only accessible if a plugin has been registered- Returns:
- the report
-
getLogger
ProcessLogger getLogger()Only accessible if a plugin has been registered- Returns:
- the processLogger
-
getScheduler
ProcessScheduler getScheduler()- Returns:
- the scheduler
-