|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.core.observation.DelegatingObservationDispatcher
This Class implements an observation dispatcher, that delegates events to a set of underlying dispatchers.
Constructor Summary | |
DelegatingObservationDispatcher()
|
Method Summary | |
void |
addDispatcher(ObservationManagerFactory disp)
Adds a new observation factory to the set of dispatchers |
void |
dispatch(List eventList,
SessionImpl session)
Dispatchers a list of events to all registered dispatchers. |
void |
removeDispatcher(ObservationManagerFactory disp)
Removes a observation factory from the set of dispatchers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DelegatingObservationDispatcher()
Method Detail |
public void addDispatcher(ObservationManagerFactory disp)
disp
- public void removeDispatcher(ObservationManagerFactory disp)
disp
- public void dispatch(List eventList, SessionImpl session) throws RepositoryException
EventStateCollection
is created for every dispatcher, fille with
the given event list and then dispatched.
eventList
- session
-
RepositoryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |