Package | Description |
---|---|
org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
org.apache.jackrabbit.core.observation |
Modifier and Type | Method and Description |
---|---|
protected ObservationDispatcher |
RepositoryImpl.WorkspaceInfo.getObservationDispatcher()
Returns the observation dispatcher for this workspace
|
ObservationDispatcher |
WorkspaceManager.getObservationDispatcher(String workspaceName) |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingObservationDispatcher.addDispatcher(ObservationDispatcher dispatcher)
Adds a new observation dispatcher to the set of dispatchers
|
void |
DelegatingObservationDispatcher.removeDispatcher(ObservationDispatcher dispatcher)
Removes a observation dispatcher from the set of dispatchers
|
Constructor and Description |
---|
ObservationManagerImpl(ObservationDispatcher dispatcher,
SessionImpl session,
ClusterNode clusterNode)
Creates an
ObservationManager instance. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.