Interface | Description |
---|---|
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 | Description |
---|---|
DelegatingObservationDispatcher |
This Class implements an observation dispatcher, that delegates events to
a set of underlying dispatchers.
|
EventFilter |
The
EventFilter class implements the filter logic based
on the session's access rights and the specified filter rules. |
EventImpl |
Implementation of the
Event and
the JackrabbitEvent interface. |
EventJournalImpl |
EventJournalImpl implements the JCR 2.0 EventJournal . |
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 ItemState s
passed to the EventStateCollection.createEventStates(org.apache.jackrabbit.core.id.NodeId, org.apache.jackrabbit.core.state.ChangeLog, org.apache.jackrabbit.core.state.ItemStateManager) method. |
ObservationDispatcher |
Dispatcher for dispatching events to listeners within a single workspace.
|
ObservationManagerImpl |
Each
Session instance has its own ObservationManager
instance. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.