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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessExecutor
getExecutor()
Executes the processes (scheduled or manual)ProcessLogger
getLogger()
Only accessible if a plugin has been registeredProcessReport
getReport()
Only accessible if a plugin has been registeredProcessScheduler
getScheduler()
-
-
-
Method Detail
-
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
-
-