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

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

Uses of EventStateCollection in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return EventStateCollection
 EventStateCollection WorkspaceImpl.createEventStateCollection()
          Creates an EventStateCollection.

Implemented in this object and forwarded rather than WorkspaceImpl.obsMgr since creation of the latter is lazy.

 

Uses of EventStateCollection in org.apache.jackrabbit.core.observation
 

Methods in org.apache.jackrabbit.core.observation that return EventStateCollection
 EventStateCollection ObservationManagerImpl.createEventStateCollection()
          Creates an EventStateCollection.

Creates an EventStateCollection tied to the session which is attached to this ObservationManager instance.

 EventStateCollection EventStateCollectionFactory.createEventStateCollection()
          Creates an EventStateCollection.
 EventStateCollection DelegatingObservationDispatcher.createEventStateCollection(SessionImpl session, Path pathPrefix)
          Creates an EventStateCollection tied to the session given as argument.
 

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

Methods in org.apache.jackrabbit.core.version that return EventStateCollection
 EventStateCollection XAVersionManager.createEventStateCollection()
           
 EventStateCollection VersionManagerImpl.createEventStateCollection()
          Creates an EventStateCollection.

This object uses one instance of a LocalItemStateManager to update data on behalf of many sessions.

 



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