Package org.apache.jackrabbit.core.observation

Interface Summary
EventStateCollectionFactory Defines methods to create an EventStateCollection
SynchronousEventListener Defines a marker interface for EventListener implementations that wish a synchronous notification of changes to the workspace.
 

Class Summary
DelegatingObservationDispatcher This Class implements an observation dispatcher, that delegates events to a set of underlying dispatchers.
EventImpl Implementation of the Event interface.
EventState The EventState class encapsulates the session independent state of an Event.
EventStateCollection The EventStateCollection class implements how EventState objects are created based on the ItemStates passed to the EventStateCollection.createEventStates(org.apache.jackrabbit.core.NodeId, org.apache.jackrabbit.core.state.ChangeLog, org.apache.jackrabbit.core.state.ItemStateManager) method.
ObservationManagerFactory The class ObservationManagerFactory creates new ObservationManager instances for sessions.
ObservationManagerImpl Each Session instance has its own ObservationManager instance.
 



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