Package org.hippoecm.frontend.settings
Class ApplicationSettingsDaemonModule
- java.lang.Object
-
- org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
-
- org.hippoecm.frontend.settings.ApplicationSettingsDaemonModule
-
- All Implemented Interfaces:
ConfigurableDaemonModule
,DaemonModule
public class ApplicationSettingsDaemonModule extends AbstractReconfigurableDaemonModule
-
-
Field Summary
-
Fields inherited from class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
moduleConfigPath, moduleName, session
-
-
Constructor Summary
Constructors Constructor Description ApplicationSettingsDaemonModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doConfigure(Node moduleConfig)
protected void
doInitialize(Session session)
protected void
doShutdown()
protected void
onConfigurationChange(Node moduleConfig)
-
Methods inherited from class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
configure, getModuleConfigPath, getModuleName, initialize, isReconfigureEvent, shutdown
-
-
-
-
Method Detail
-
onConfigurationChange
protected void onConfigurationChange(Node moduleConfig) throws RepositoryException
- Overrides:
onConfigurationChange
in classAbstractReconfigurableDaemonModule
- Throws:
RepositoryException
-
doConfigure
protected void doConfigure(Node moduleConfig) throws RepositoryException
- Specified by:
doConfigure
in classAbstractReconfigurableDaemonModule
- Throws:
RepositoryException
-
doInitialize
protected void doInitialize(Session session)
- Specified by:
doInitialize
in classAbstractReconfigurableDaemonModule
-
doShutdown
protected void doShutdown()
- Specified by:
doShutdown
in classAbstractReconfigurableDaemonModule
-
-