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.state   
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.
 

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.
 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.state
 

Methods in org.apache.jackrabbit.core.state with parameters of type EventStateCollection
 void SharedItemStateManager.externalUpdate(ChangeLog external, EventStateCollection events)
          Handle an external update.
 

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

Methods in org.apache.jackrabbit.core.version that return EventStateCollection
 EventStateCollection InternalXAVersionManager.createEventStateCollection()
           
 EventStateCollection InternalVersionManagerImpl.DynamicESCFactory.createEventStateCollection()
          Creates an EventStateCollection.
 EventStateCollection InternalVersionManagerImpl.DynamicESCFactory.createEventStateCollection(SessionImpl source)
          

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

 



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