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   
 

Uses of EventStateCollection in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core with parameters of type EventStateCollection
protected  void SessionImpl.dispatch(EventStateCollection events)
          Dispatch events belonging to a save operation.
protected  void XASessionImpl.dispatch(EventStateCollection events)
          Dispatch events belonging to a save operation.

If we are currently associated with a transaction, the dispatch operation will be postponed until commit.

 

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 tied to the session which is attached this ObservationManager instance.
 



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