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

Packages that use EventStateCollection
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.observation   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.version   
 

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 XAVersionManager.createEventStateCollection()
           
 EventStateCollection VersionManagerImpl.DynamicESCFactory.createEventStateCollection()
          Creates an EventStateCollection.
 EventStateCollection VersionManagerImpl.DynamicESCFactory.createEventStateCollection(SessionImpl source)
          

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

 



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