Package | Description |
---|---|
ch.tatool.element | |
ch.tatool.exec |
Modifier and Type | Method and Description |
---|---|
boolean |
ElementSelector.selectNextElement(ExecutionContext executionContext)
Called on the top element of the stack.
|
void |
Executable.setExecutionContext(ExecutionContext context)
Set the execution context.
|
boolean |
ExecutionStrategy.updateElementStack(ExecutionContext executionContext)
Update the stack with the next element for execution.
|
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
Executor.getExecutionContext() |
Modifier and Type | Method and Description |
---|---|
void |
PhaseListenerManager.informListeners(ExecutionContext context)
Delivers a phase event to all applicable listeners.
|
void |
ExecutionPhaseListener.processExecutionPhase(ExecutionContext context)
Called by the Executor to signal an element execution context
|
void |
PhaseRunnable.run(ExecutionContext context)
Execute the element and return an outcome.
|
Copyright © 2013. All Rights Reserved.