Class OryonPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPluginCallbacks, step.core.plugins.ExecutionCallbacks, step.core.plugins.PluginCallbacks

    public class OryonPlugin
    extends AbstractLicensedPlugin
    • Constructor Summary

      Constructors 
      Constructor Description
      OryonPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void executionControllerStart​(step.core.GlobalContext context)  
      protected String getModuleName()  
      step.core.plugins.WebPlugin getWebPlugin()  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        afterInitializeData, executionControllerDestroy, initializeData, registerWebapp
      • Methods inherited from class step.core.plugins.AbstractExecutionPlugin

        afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, executionStart, rollbackReportNode, rollbackReportNode, unassociateThread
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString
      • Methods inherited from interface step.core.plugins.ExecutionCallbacks

        afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, executionStart, rollbackReportNode, unassociateThread
    • Constructor Detail

      • OryonPlugin

        public OryonPlugin()
    • Method Detail

      • executionControllerStart

        public void executionControllerStart​(step.core.GlobalContext context)
                                      throws Exception
        Specified by:
        executionControllerStart in interface step.core.plugins.ControllerPluginCallbacks
        Overrides:
        executionControllerStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        Exception
      • getWebPlugin

        public step.core.plugins.WebPlugin getWebPlugin()
        Overrides:
        getWebPlugin in class step.core.plugins.AbstractControllerPlugin