Class 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
    • 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
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LicensingExecutionEnginePlugin

        public LicensingExecutionEnginePlugin()
    • Method Detail

      • initializeExecutionEngineContext

        public void initializeExecutionEngineContext​(step.core.execution.AbstractExecutionEngineContext parentContext,
                                                     step.core.execution.ExecutionEngineContext executionEngineContext)
        Specified by:
        initializeExecutionEngineContext in interface step.engine.plugins.ExecutionEnginePlugin
        Overrides:
        initializeExecutionEngineContext in class step.engine.plugins.AbstractExecutionEnginePlugin
      • initializeExecutionContext

        public void initializeExecutionContext​(step.core.execution.ExecutionEngineContext executionEngineContext,
                                               step.core.execution.ExecutionContext executionContext)
        Specified by:
        initializeExecutionContext in interface step.engine.plugins.ExecutionEnginePlugin
        Overrides:
        initializeExecutionContext in class step.engine.plugins.AbstractExecutionEnginePlugin
      • getExecutionVetoes

        public java.util.List<step.engine.execution.ExecutionVeto> getExecutionVetoes​(step.core.execution.ExecutionContext context)
        Specified by:
        getExecutionVetoes in interface step.engine.execution.ExecutionVetoer
      • executionStart

        public void executionStart​(step.core.execution.ExecutionContext context)
        Specified by:
        executionStart in interface step.core.plugins.ExecutionCallbacks
        Overrides:
        executionStart in class step.engine.plugins.AbstractExecutionEnginePlugin
      • afterExecutionEnd

        public void afterExecutionEnd​(step.core.execution.ExecutionContext context)
        Specified by:
        afterExecutionEnd in interface step.core.plugins.ExecutionCallbacks
        Overrides:
        afterExecutionEnd in class step.engine.plugins.AbstractExecutionEnginePlugin