Package step.plugins.functions.types
Class CompositeFunctionTypePlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.engine.plugins.AbstractExecutionEnginePlugin
-
- step.plugins.functions.types.CompositeFunctionTypePlugin
-
- All Implemented Interfaces:
step.core.plugins.ExecutionCallbacks,step.core.plugins.OptionalPlugin,step.engine.plugins.ExecutionEnginePlugin
public class CompositeFunctionTypePlugin extends step.engine.plugins.AbstractExecutionEnginePlugin
-
-
Constructor Summary
Constructors Constructor Description CompositeFunctionTypePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitializeExecutionEngineContext(step.core.execution.AbstractExecutionEngineContext parentContext, step.core.execution.ExecutionEngineContext context)-
Methods inherited from class step.engine.plugins.AbstractExecutionEnginePlugin
afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, executionStart, initializeExecutionContext, rollbackReportNode, rollbackReportNode, unassociateThread
-
-
-
-
Method Detail
-
initializeExecutionEngineContext
public void initializeExecutionEngineContext(step.core.execution.AbstractExecutionEngineContext parentContext, step.core.execution.ExecutionEngineContext context)- Specified by:
initializeExecutionEngineContextin interfacestep.engine.plugins.ExecutionEnginePlugin- Overrides:
initializeExecutionEngineContextin classstep.engine.plugins.AbstractExecutionEnginePlugin
-
-