Class HousekeepingPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPlugin, step.core.plugins.OptionalPlugin

    public class HousekeepingPlugin
    extends AbstractLicensedControllerPlugin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void createHousekeepingControllerSettingsIfNecessary​(step.core.GlobalContext context)  
      protected void createSettingIfNotExisting​(step.core.GlobalContext context, java.lang.String key, java.lang.String defaultValue)  
      void executionControllerStart​(step.core.GlobalContext context)  
      step.engine.plugins.ExecutionEnginePlugin getExecutionEnginePlugin()  
      protected java.lang.String getModuleName()  
      step.core.plugins.WebPlugin getWebPlugin()  
      void initializeData​(step.core.GlobalContext context)  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        afterInitializeData, executionControllerDestroy, migrateData, registerWebapp, registerWebappFromClass
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HousekeepingPlugin

        public HousekeepingPlugin()
    • Method Detail

      • executionControllerStart

        public void executionControllerStart​(step.core.GlobalContext context)
                                      throws java.lang.Exception
        Specified by:
        executionControllerStart in interface step.core.plugins.ControllerPlugin
        Overrides:
        executionControllerStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • 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.core.plugins.ControllerPlugin
        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)