| Package | Description | 
|---|---|
| org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. | 
| org.apache.jackrabbit.core.journal | |
| org.apache.jackrabbit.core.version | The versioning framework in jackrabbit consists of 3 layers. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected InternalVersionManagerImpl | RepositoryImpl. createVersionManager(VersioningConfig vConfig,
                    DelegatingObservationDispatcher delegatingDispatcher)Creates the version manager. | 
| InternalVersionManagerImpl | RepositoryContext. getInternalVersionManager()Returns the internal version manager of this repository. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractJournal. setInternalVersionManager(InternalVersionManagerImpl internalVersionManager)Set the version manager. | 
| Constructor and Description | 
|---|
| InternalXAVersionManager(InternalVersionManagerImpl vMgr,
                        NodeTypeRegistry ntReg,
                        SessionImpl session,
                        ItemStateCacheFactory cacheFactory)Creates a new instance of this class. | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.