|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.tatool.app.service.exec.impl.ExecutionServiceImpl
public class ExecutionServiceImpl
Execution service implementation. Creates and manages module executions.
| Constructor Summary | |
|---|---|
ExecutionServiceImpl()
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionServiceImpl()
| Method Detail |
|---|
public boolean canExecute(Module module)
canExecute in interface ExecutionServicepublic Executor createExecutor(Module module)
ExecutionService
createExecutor in interface ExecutionService
public void startExecution(Executor executor,
boolean blockCallerThread)
startExecution in interface ExecutionServicepublic PhaseListenerManager getPhaseListenerManager()
ExecutionService
getPhaseListenerManager in interface ExecutionServicepublic void setDataService(DataService dataService)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||