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  VersionManager 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
VersionManagerImpl(PersistenceManager pMgr, NodeTypeRegistry ntReg, DelegatingObservationDispatcher obsMgr, NodeId rootId, NodeId rootParentId)
          Creates a bew vesuion manager
 



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