public class ExecutionServiceImpl extends Object implements ExecutionService
| Constructor and Description |
|---|
ExecutionServiceImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute(Module module)
Returns whether a module can be executed.
|
Executor |
createExecutor(Module module)
Initializes the executor.
|
PhaseListenerManager |
getPhaseListenerManager()
Get the PhaseListener manager object that can be used to add new listeners to the service.
|
void |
setDataService(DataService dataService) |
void |
startExecution(Executor executor,
boolean blockCallerThread)
Executes the executor.
|
public boolean canExecute(Module module)
canExecute in interface ExecutionServicepublic Executor createExecutor(Module module)
ExecutionServicecreateExecutor in interface ExecutionServicepublic void startExecution(Executor executor, boolean blockCallerThread)
startExecution in interface ExecutionServicepublic PhaseListenerManager getPhaseListenerManager()
ExecutionServicegetPhaseListenerManager in interface ExecutionServicepublic void setDataService(DataService dataService)
Copyright © 2013. All Rights Reserved.