Class LicensingPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPlugin, step.core.plugins.OptionalPlugin, step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>, step.framework.server.ServerPlugin<step.core.GlobalContext>

    public class LicensingPlugin
    extends step.core.plugins.AbstractControllerPlugin
    implements step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
    • Constructor Summary

      Constructors 
      Constructor Description
      LicensingPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkPreconditions​(step.core.GlobalContext context)  
      void finalizeStart​(step.core.GlobalContext context)  
      step.engine.plugins.ExecutionEnginePlugin getExecutionEnginePlugin()  
      void init​(step.core.GlobalContext context)  
      void postShutdownHook​(step.core.GlobalContext context)  
      void preShutdownHook​(step.core.GlobalContext context)  
      void recover​(step.core.GlobalContext context)  
      void serverStart​(step.core.GlobalContext context)  
      void shutdown​(step.core.GlobalContext context)  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        afterInitializeData, canBeDisabled, getWebPlugin, initializeData, migrateData, serverStop
      • 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

      • LicensingPlugin

        public LicensingPlugin()
    • Method Detail

      • checkPreconditions

        public void checkPreconditions​(step.core.GlobalContext context)
        Specified by:
        checkPreconditions in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
      • init

        public void init​(step.core.GlobalContext context)
        Specified by:
        init in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
      • recover

        public void recover​(step.core.GlobalContext context)
        Specified by:
        recover in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
      • serverStart

        public void serverStart​(step.core.GlobalContext context)
        Specified by:
        serverStart in interface step.framework.server.ServerPlugin<step.core.GlobalContext>
        Overrides:
        serverStart in class step.core.plugins.AbstractControllerPlugin
      • finalizeStart

        public void finalizeStart​(step.core.GlobalContext context)
        Specified by:
        finalizeStart in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
      • shutdown

        public void shutdown​(step.core.GlobalContext context)
      • preShutdownHook

        public void preShutdownHook​(step.core.GlobalContext context)
        Specified by:
        preShutdownHook in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
      • postShutdownHook

        public void postShutdownHook​(step.core.GlobalContext context)
        Specified by:
        postShutdownHook in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
      • getExecutionEnginePlugin

        public step.engine.plugins.ExecutionEnginePlugin getExecutionEnginePlugin()
        Specified by:
        getExecutionEnginePlugin in interface step.core.plugins.ControllerPlugin
        Overrides:
        getExecutionEnginePlugin in class step.core.plugins.AbstractControllerPlugin