| Constructor and Description |
|---|
ExecutorImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(boolean blockCallerThread)
Starts a module.
|
Element |
getActiveElement() |
Executable |
getActiveExecutable() |
ExecutionContext |
getExecutionContext() |
ExecutionStrategy |
getExecutionStrategy()
Get the selector strategy.
|
ElementTree |
getExecutionTree()
Get the execution tree this executor works on.
|
PhaseListenerManager |
getPhaseListenerManager() |
PhaseRunnableManager |
getPhaseRunnableManager()
Get the manager that holds the PhaseExecutables.
|
void |
setExecutionStrategy(ExecutionStrategy selectorStrategy)
Set the selector strategy.
|
void |
setup(Module module) |
void |
stopCurrentElementExecution()
Finishes the execution of the current executable
|
void |
stopExecution()
Stops the current execution when called.
|
public void setup(Module module)
public void execute(boolean blockCallerThread)
public void setExecutionStrategy(ExecutionStrategy selectorStrategy)
setExecutionStrategy in interface Executorpublic ExecutionStrategy getExecutionStrategy()
getExecutionStrategy in interface Executorpublic void stopCurrentElementExecution()
stopCurrentElementExecution in interface Executorpublic void stopExecution()
stopExecution in interface Executorpublic PhaseRunnableManager getPhaseRunnableManager()
getPhaseRunnableManager in interface Executorpublic ElementTree getExecutionTree()
getExecutionTree in interface Executorpublic Element getActiveElement()
public Executable getActiveExecutable()
public ExecutionContext getExecutionContext()
getExecutionContext in interface Executorpublic PhaseListenerManager getPhaseListenerManager()
getPhaseListenerManager in interface ExecutorCopyright © 2013. All Rights Reserved.