public class ExecutionHookImpl extends java.lang.Object implements IExecutionHook
Constructor and Description |
---|
ExecutionHookImpl(Config cfg,
java.util.Map<java.lang.String,DataObject> dataObjectMap,
ExecutionPlan plan,
ExecutorList exList) |
Modifier and Type | Method and Description |
---|---|
void |
afterExecution()
Every IExecitor should execute this method after it finishes an execution
|
void |
beforeExecution()
Every IExecutor should execute this method before it begins an execution
|
void |
onClose(IExecutor ex)
Called when this execution is closed
|
public ExecutionHookImpl(Config cfg, java.util.Map<java.lang.String,DataObject> dataObjectMap, ExecutionPlan plan, ExecutorList exList)
public void beforeExecution()
IExecutionHook
beforeExecution
in interface IExecutionHook
public void afterExecution()
IExecutionHook
afterExecution
in interface IExecutionHook
public void onClose(IExecutor ex)
IExecutionHook
onClose
in interface IExecutionHook