public interface DaemonModule
ProvidesService
,
RequiresService
,
ConfigurableDaemonModule
Modifier and Type | Method and Description |
---|---|
void |
initialize(javax.jcr.Session session)
Lifecycle callback method that is called when the component is started.
|
void |
shutdown()
Lifecycle callback method that is called by the repository before shutting down
|
void initialize(javax.jcr.Session session) throws javax.jcr.RepositoryException
session
- a Session
that can be used throughout this module's life.javax.jcr.RepositoryException
void shutdown()
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.