Uses of Class
org.apache.jackrabbit.core.observation.ObservationDispatcher
- 
Packages that use ObservationDispatcher Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.observation  - 
- 
Uses of ObservationDispatcher in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return ObservationDispatcher Modifier and Type Method Description protected ObservationDispatcherRepositoryImpl.WorkspaceInfo. getObservationDispatcher()Returns the observation dispatcher for this workspaceObservationDispatcherWorkspaceManager. getObservationDispatcher(String workspaceName) - 
Uses of ObservationDispatcher in org.apache.jackrabbit.core.observation
Methods in org.apache.jackrabbit.core.observation with parameters of type ObservationDispatcher Modifier and Type Method Description voidDelegatingObservationDispatcher. addDispatcher(ObservationDispatcher dispatcher)Adds a new observation dispatcher to the set of dispatchersvoidDelegatingObservationDispatcher. removeDispatcher(ObservationDispatcher dispatcher)Removes a observation dispatcher from the set of dispatchersConstructors in org.apache.jackrabbit.core.observation with parameters of type ObservationDispatcher Constructor Description ObservationManagerImpl(ObservationDispatcher dispatcher, SessionImpl session, ClusterNode clusterNode)Creates anObservationManagerinstance. 
 -