Package step.plugins.licensing
Class LicensingPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.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)
void
postShutdownHook(step.core.GlobalContext context)
void
preShutdownHook(step.core.GlobalContext context)
void
recover(step.core.GlobalContext context)
void
serverStart(step.core.GlobalContext context)
-
-
-
Method Detail
-
checkPreconditions
public void checkPreconditions(step.core.GlobalContext context)
- Specified by:
checkPreconditions
in interfacestep.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
-
recover
public void recover(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
recover
in interfacestep.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
- Throws:
java.lang.Exception
-
finalizeStart
public void finalizeStart(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
finalizeStart
in interfacestep.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
- Throws:
java.lang.Exception
-
preShutdownHook
public void preShutdownHook(step.core.GlobalContext context)
- Specified by:
preShutdownHook
in interfacestep.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
-
postShutdownHook
public void postShutdownHook(step.core.GlobalContext context)
- Specified by:
postShutdownHook
in interfacestep.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
-
serverStart
public void serverStart(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
serverStart
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
serverStart
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
-