Class HousekeepingPlugin

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

    public class HousekeepingPlugin
    extends AbstractLicensedControllerPlugin
    • Constructor Detail

      • HousekeepingPlugin

        public HousekeepingPlugin()
    • Method Detail

      • serverStart

        public void serverStart​(step.core.GlobalContext context)
                         throws java.lang.Exception
        Specified by:
        serverStart in interface step.framework.server.ServerPlugin<step.core.GlobalContext>
        Overrides:
        serverStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • serverStop

        public void serverStop​(step.core.GlobalContext context)
        Specified by:
        serverStop in interface step.framework.server.ServerPlugin<step.core.GlobalContext>
        Overrides:
        serverStop in class step.core.plugins.AbstractControllerPlugin
      • getExecutionEnginePlugin

        public step.engine.plugins.ExecutionEnginePlugin getExecutionEnginePlugin()
        Specified by:
        getExecutionEnginePlugin in interface step.core.plugins.ControllerPlugin
        Overrides:
        getExecutionEnginePlugin in class step.core.plugins.AbstractControllerPlugin
      • getWebPlugin

        public step.core.plugins.WebPlugin getWebPlugin()
        Specified by:
        getWebPlugin in interface step.core.plugins.ControllerPlugin
        Overrides:
        getWebPlugin in class step.core.plugins.AbstractControllerPlugin
      • initializeData

        public void initializeData​(step.core.GlobalContext context)
                            throws java.lang.Exception
        Specified by:
        initializeData in interface step.framework.server.ServerPlugin<step.core.GlobalContext>
        Overrides:
        initializeData in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • createHousekeepingControllerSettingsIfNecessary

        protected void createHousekeepingControllerSettingsIfNecessary​(step.core.GlobalContext context)
      • createSettingIfNotExisting

        protected void createSettingIfNotExisting​(step.core.GlobalContext context,
                                                  java.lang.String key,
                                                  java.lang.String defaultValue)