public interface JournalFactory
Journal instances. Used
to decouple the repository internals from the repository configuration
mechanism.| Modifier and Type | Method and Description |
|---|---|
Journal |
getJournal(NamespaceResolver resolver)
Creates, initializes, and returns a
Journal instance
for use by the repository. |
Journal getJournal(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-2020 The Apache Software Foundation. All Rights Reserved.