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
-
Field Summary
Fields inherited from class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
moduleConfigPath, moduleName, session
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doConfigure
(Node moduleConfig) protected void
doInitialize
(Session session) protected void
protected void
onConfigurationChange
(Node moduleConfig) Methods inherited from class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
configure, getModuleConfigPath, getModuleName, initialize, isReconfigureEvent, shutdown
-
Constructor Details
-
ApplicationSettingsDaemonModule
public ApplicationSettingsDaemonModule()
-
-
Method Details
-
onConfigurationChange
- Overrides:
onConfigurationChange
in classAbstractReconfigurableDaemonModule
- Throws:
RepositoryException
-
doConfigure
- Specified by:
doConfigure
in classAbstractReconfigurableDaemonModule
- Throws:
RepositoryException
-
doInitialize
- Specified by:
doInitialize
in classAbstractReconfigurableDaemonModule
-
doShutdown
protected void doShutdown()- Specified by:
doShutdown
in classAbstractReconfigurableDaemonModule
-