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(javax.jcr.Node moduleConfig)
protected void
doInitialize(javax.jcr.Session session)
protected void
doShutdown()
protected void
onConfigurationChange(javax.jcr.Node moduleConfig)
-
Methods inherited from class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
configure, getModuleConfigPath, getModuleName, initialize, isReconfigureEvent, shutdown
-
-
-
-
Method Detail
-
onConfigurationChange
protected void onConfigurationChange(javax.jcr.Node moduleConfig) throws javax.jcr.RepositoryException
- Overrides:
onConfigurationChange
in classAbstractReconfigurableDaemonModule
- Throws:
javax.jcr.RepositoryException
-
doConfigure
protected void doConfigure(javax.jcr.Node moduleConfig) throws javax.jcr.RepositoryException
- Specified by:
doConfigure
in classAbstractReconfigurableDaemonModule
- Throws:
javax.jcr.RepositoryException
-
doInitialize
protected void doInitialize(javax.jcr.Session session)
- Specified by:
doInitialize
in classAbstractReconfigurableDaemonModule
-
doShutdown
protected void doShutdown()
- Specified by:
doShutdown
in classAbstractReconfigurableDaemonModule
-
-