Package org.onehippo.repository.modules
Interface ConfigurableDaemonModule
- All Superinterfaces:
DaemonModule
- All Known Implementing Classes:
AbstractReconfigurableDaemonModule
DaemonModule
that needs module configuration.
A module config Node
is automatically passed in
with the configure(javax.jcr.Node)
method on startup and when the module config changes.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Lifecycle callback to allow aDaemonModule
to configure itself.Methods inherited from interface org.onehippo.repository.modules.DaemonModule
initialize, shutdown
-
Method Details
-
configure
Lifecycle callback to allow aDaemonModule
to configure itself. This method is called on startup if there is module config node, and beforeDaemonModule.initialize(javax.jcr.Session)
is called.- Parameters:
moduleConfig
- the node containing the configuration of this module- Throws:
RepositoryException
-