|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExecutionService
Service that allows executing a module instance.
| Method Summary | |
|---|---|
boolean |
canExecute(Module module)
Returns whether a module can currently 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 |
startExecution(Executor executor,
boolean blockCallerThread)
Executes the executor. |
| Method Detail |
|---|
boolean canExecute(Module module)
Executor createExecutor(Module module)
void startExecution(Executor executor,
boolean blockCallerThread)
PhaseListenerManager getPhaseListenerManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||