public interface JournalFactory
Journal instances. Used
to decouple the repository internals from the repository configuration
mechanism.| Modifier and Type | Method and Description |
|---|---|
Journal |
getJournal(org.apache.jackrabbit.spi.commons.namespace.NamespaceResolver resolver)
Creates, initializes, and returns a
Journal instance
for use by the repository. |
Journal getJournal(org.apache.jackrabbit.spi.commons.namespace.NamespaceResolver resolver) throws javax.jcr.RepositoryException
Journal instance
for use by the repository.resolver - namespace resolverjavax.jcr.RepositoryException - if the journal can not be createdCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.