Class AbstractLicensedPlugin

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void checkLicenseCached()  
      protected abstract String getModuleName()  
      boolean validate()  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        afterInitializeData, executionControllerDestroy, executionControllerStart, getWebPlugin, 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

      • AbstractLicensedPlugin

        public AbstractLicensedPlugin()
    • Method Detail

      • getModuleName

        protected abstract String getModuleName()
      • checkLicenseCached

        public void checkLicenseCached()
      • validate

        public boolean validate()
        Overrides:
        validate in class step.core.plugins.AbstractPlugin