Uses of Class
org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher
-
Packages that use DelegatingObservationDispatcher Package Description 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 Modifier and Type Method Description 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 Constructor Description 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 Constructor Description DynamicESCFactory(DelegatingObservationDispatcher obsMgr)
Creates a new event state collection factoryInternalVersionManagerImpl(PersistenceManager pMgr, FileSystem fs, NodeTypeRegistry ntReg, DelegatingObservationDispatcher obsMgr, NodeId systemId, NodeId historiesId, NodeId activitiesId, ItemStateCacheFactory cacheFactory, ISMLocking ismLocking, NodeIdFactory nodeIdFactory)
Creates a new internal version manager
-