Package step.plugins.measurements.raw
Class RawMeasurementsControllerPlugin
java.lang.Object
step.core.plugins.AbstractPlugin
step.core.plugins.AbstractControllerPlugin
step.plugins.measurements.raw.RawMeasurementsControllerPlugin
- All Implemented Interfaces:
ControllerPlugin
,step.core.plugins.OptionalPlugin
,step.framework.server.ServerPlugin<GlobalContext>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serverStart
(GlobalContext context) void
serverStop
(GlobalContext context) Methods inherited from class step.core.plugins.AbstractControllerPlugin
afterInitializeData, canBeDisabled, getExecutionEnginePlugin, getWebPlugin, initializeData, migrateData
Methods inherited from class step.core.plugins.AbstractPlugin
toString, validate
-
Constructor Details
-
RawMeasurementsControllerPlugin
public RawMeasurementsControllerPlugin()
-
-
Method Details
-
serverStart
- Specified by:
serverStart
in interfacestep.framework.server.ServerPlugin<GlobalContext>
- Overrides:
serverStart
in classAbstractControllerPlugin
- Throws:
Exception
-
serverStop
- Specified by:
serverStop
in interfacestep.framework.server.ServerPlugin<GlobalContext>
- Overrides:
serverStop
in classAbstractControllerPlugin
-