Class GridLicensingPlugin

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

    public class GridLicensingPlugin
    extends step.core.plugins.AbstractControllerPlugin
    implements step.controller.grid.GridConfigurationEditor
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface step.controller.grid.GridConfigurationEditor

        step.controller.grid.GridConfigurationEditor.List
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void editConfiguration​(step.grid.GridImpl.GridImplConfig config)  
      void serverStart​(step.core.GlobalContext context)  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        afterInitializeData, canBeDisabled, getExecutionEnginePlugin, 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

      • GridLicensingPlugin

        public GridLicensingPlugin()
    • Method Detail

      • 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
      • editConfiguration

        public void editConfiguration​(step.grid.GridImpl.GridImplConfig config)
        Specified by:
        editConfiguration in interface step.controller.grid.GridConfigurationEditor