Package step.plugins.licensing.grid
Class GridLicensingPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.grid.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
-
-
Constructor Summary
Constructors Constructor Description GridLicensingPlugin()
-
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)
-
-
-
Method Detail
-
serverStart
public void serverStart(step.core.GlobalContext context)
- Specified by:
serverStart
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
serverStart
in classstep.core.plugins.AbstractControllerPlugin
-
editConfiguration
public void editConfiguration(step.grid.GridImpl.GridImplConfig config)
- Specified by:
editConfiguration
in interfacestep.controller.grid.GridConfigurationEditor
-
-