Package step.plugins.measurements.rtm
Class RtmControllerPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.measurements.rtm.RtmControllerPlugin
-
- All Implemented Interfaces:
ControllerPlugin,step.core.plugins.OptionalPlugin,step.framework.server.ServerPlugin<GlobalContext>
public class RtmControllerPlugin extends AbstractControllerPlugin
-
-
Constructor Summary
Constructors Constructor Description RtmControllerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserverStart(GlobalContext context)voidserverStop(GlobalContext context)-
Methods inherited from class step.core.plugins.AbstractControllerPlugin
afterInitializeData, canBeDisabled, getExecutionEnginePlugin, getWebPlugin, initializeData, migrateData
-
-
-
-
Method Detail
-
serverStart
public void serverStart(GlobalContext context) throws Exception
- Specified by:
serverStartin interfacestep.framework.server.ServerPlugin<GlobalContext>- Overrides:
serverStartin classAbstractControllerPlugin- Throws:
Exception
-
serverStop
public void serverStop(GlobalContext context)
- Specified by:
serverStopin interfacestep.framework.server.ServerPlugin<GlobalContext>- Overrides:
serverStopin classAbstractControllerPlugin
-
-