Package step.plugins.licensing
Class LicensingExecutionEnginePlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.engine.plugins.AbstractExecutionEnginePlugin
-
- step.plugins.licensing.LicensingExecutionEnginePlugin
-
- All Implemented Interfaces:
step.core.plugins.ExecutionCallbacks
,step.core.plugins.OptionalPlugin
,step.engine.execution.ExecutionVetoer
,step.engine.plugins.ExecutionEnginePlugin
public class LicensingExecutionEnginePlugin extends step.engine.plugins.AbstractExecutionEnginePlugin implements step.engine.execution.ExecutionVetoer
-
-
Constructor Summary
Constructors Constructor Description LicensingExecutionEnginePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterExecutionEnd(step.core.execution.ExecutionContext context)
void
executionStart(step.core.execution.ExecutionContext context)
java.util.List<step.engine.execution.ExecutionVeto>
getExecutionVetoes(step.core.execution.ExecutionContext context)
void
initializeExecutionContext(step.core.execution.ExecutionEngineContext executionEngineContext, step.core.execution.ExecutionContext executionContext)
void
initializeExecutionEngineContext(step.core.execution.AbstractExecutionEngineContext parentContext, step.core.execution.ExecutionEngineContext executionEngineContext)
-
Methods inherited from class step.engine.plugins.AbstractExecutionEnginePlugin
afterFunctionExecution, afterReportNodeExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, onErrorContributionRemoval, onReportNodeRemoval, unassociateThread
-
-
-
-
Method Detail
-
initializeExecutionEngineContext
public void initializeExecutionEngineContext(step.core.execution.AbstractExecutionEngineContext parentContext, step.core.execution.ExecutionEngineContext executionEngineContext)
- Specified by:
initializeExecutionEngineContext
in interfacestep.engine.plugins.ExecutionEnginePlugin
- Overrides:
initializeExecutionEngineContext
in classstep.engine.plugins.AbstractExecutionEnginePlugin
-
initializeExecutionContext
public void initializeExecutionContext(step.core.execution.ExecutionEngineContext executionEngineContext, step.core.execution.ExecutionContext executionContext)
- Specified by:
initializeExecutionContext
in interfacestep.engine.plugins.ExecutionEnginePlugin
- Overrides:
initializeExecutionContext
in classstep.engine.plugins.AbstractExecutionEnginePlugin
-
getExecutionVetoes
public java.util.List<step.engine.execution.ExecutionVeto> getExecutionVetoes(step.core.execution.ExecutionContext context)
- Specified by:
getExecutionVetoes
in interfacestep.engine.execution.ExecutionVetoer
-
executionStart
public void executionStart(step.core.execution.ExecutionContext context)
- Specified by:
executionStart
in interfacestep.core.plugins.ExecutionCallbacks
- Overrides:
executionStart
in classstep.engine.plugins.AbstractExecutionEnginePlugin
-
afterExecutionEnd
public void afterExecutionEnd(step.core.execution.ExecutionContext context)
- Specified by:
afterExecutionEnd
in interfacestep.core.plugins.ExecutionCallbacks
- Overrides:
afterExecutionEnd
in classstep.engine.plugins.AbstractExecutionEnginePlugin
-
-