public class JCRObservationManagerDispatcher extends Object implements org.apache.jackrabbit.core.observation.SynchronousEventListener
| Constructor and Description |
|---|
JCRObservationManagerDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMountPoint() |
String |
getRelativeRoot() |
void |
onEvent(javax.jcr.observation.EventIterator events)
This method is called when a bundle of events is dispatched.
|
void |
setMountPoint(String mountPoint) |
void |
setRelativeRoot(String relativeRoot) |
void |
setWorkspace(String workspace) |
public void setWorkspace(String workspace)
public String getMountPoint()
public void setMountPoint(String mountPoint)
public String getRelativeRoot()
public void setRelativeRoot(String relativeRoot)
public void onEvent(javax.jcr.observation.EventIterator events)
onEvent in interface javax.jcr.observation.EventListenerevents - The event set received.Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.