Uses of Interface
org.apache.jackrabbit.core.state.ItemStateCacheFactory

Packages that use ItemStateCacheFactory
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
 

Uses of ItemStateCacheFactory in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return ItemStateCacheFactory
 ItemStateCacheFactory RepositoryImpl.getItemStateCacheFactory()
          Get the item state cache factory of this repository.
 

Methods in org.apache.jackrabbit.core with parameters of type ItemStateCacheFactory
protected  SharedItemStateManager RepositoryImpl.createItemStateManager(PersistenceManager persistMgr, NodeId rootNodeId, NodeTypeRegistry ntReg, boolean usesReferences, ItemStateCacheFactory cacheFactory)
          Creates a SharedItemStateManager or derivative.
 

Uses of ItemStateCacheFactory in org.apache.jackrabbit.core.state
 

Classes in org.apache.jackrabbit.core.state that implement ItemStateCacheFactory
 class ManagedMLRUItemStateCacheFactory
          This class constructs new MLRUItemStateCache.
 

Constructors in org.apache.jackrabbit.core.state with parameters of type ItemStateCacheFactory
ItemStateReferenceCache(ItemStateCacheFactory cacheFactory)
          Creates a new ItemStateReferenceCache that uses a MLRUItemStateCache instance as internal secondary cache.
LocalItemStateManager(SharedItemStateManager sharedStateMgr, EventStateCollectionFactory factory, ItemStateCacheFactory cacheFactory)
          Creates a new LocalItemStateManager instance.
SharedItemStateManager(PersistenceManager persistMgr, NodeId rootNodeId, NodeTypeRegistry ntReg, boolean usesReferences, ItemStateCacheFactory cacheFactory)
          Creates a new SharedItemStateManager instance.
XAItemStateManager(SharedItemStateManager sharedStateMgr, EventStateCollectionFactory factory, ItemStateCacheFactory cacheFactory)
          Creates a new instance of this class.
XAItemStateManager(SharedItemStateManager sharedStateMgr, EventStateCollectionFactory factory, String attributeName, ItemStateCacheFactory cacheFactory)
          Creates a new instance of this class with a custom attribute name.
 

Uses of ItemStateCacheFactory in org.apache.jackrabbit.core.version
 

Methods in org.apache.jackrabbit.core.version with parameters of type ItemStateCacheFactory
protected  SharedItemStateManager VersionManagerImpl.createSharedStateManager(PersistenceManager pMgr, NodeId rootId, NodeTypeRegistry ntReg, ItemStateCacheFactory cacheFactory)
          Creates a SharedItemStateManager or derivative.
 

Constructors in org.apache.jackrabbit.core.version with parameters of type ItemStateCacheFactory
VersionManagerImpl.VersionItemStateManager(PersistenceManager persistMgr, NodeId rootNodeId, NodeTypeRegistry ntReg, ItemStateCacheFactory cacheFactory)
           
VersionManagerImpl(PersistenceManager pMgr, FileSystem fs, NodeTypeRegistry ntReg, DelegatingObservationDispatcher obsMgr, NodeId rootId, NodeId rootParentId, ItemStateCacheFactory cacheFactory)
          Creates a new version manager
XAVersionManager(VersionManagerImpl vMgr, NodeTypeRegistry ntReg, SessionImpl session, ItemStateCacheFactory cacheFactory)
          Creates a new instance of this class.
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.