Uses of Class
org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher

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

Uses of DelegatingObservationDispatcher in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core with parameters of type DelegatingObservationDispatcher
protected  InternalVersionManagerImpl RepositoryImpl.createVersionManager(VersioningConfig vConfig, DelegatingObservationDispatcher delegatingDispatcher)
          Creates the version manager.
 

Uses of DelegatingObservationDispatcher in org.apache.jackrabbit.core.nodetype.virtual
 

Constructors in org.apache.jackrabbit.core.nodetype.virtual with parameters of type DelegatingObservationDispatcher
VirtualNodeTypeStateManager(NodeTypeRegistry ntReg, DelegatingObservationDispatcher obs, NodeId rootNodeId, NodeId parentId)
          Creates a new virtual node type state manager
 

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

Constructors in org.apache.jackrabbit.core.version with parameters of type DelegatingObservationDispatcher
InternalVersionManagerImpl.DynamicESCFactory(DelegatingObservationDispatcher obsMgr)
          Creates a new event state collection factory
InternalVersionManagerImpl(PersistenceManager pMgr, FileSystem fs, NodeTypeRegistry ntReg, DelegatingObservationDispatcher obsMgr, NodeId systemId, NodeId historiesId, NodeId activitiesId, ItemStateCacheFactory cacheFactory, ISMLocking ismLocking)
          Creates a new internal version manager
 



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