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

Packages that use EventStateCollection
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.cluster   
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.

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

Methods in org.apache.jackrabbit.core.cluster that return EventStateCollection
 EventStateCollection Update.getEvents()
          Return the collection of events this update operation will generate.
 

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

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

 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.