org.priha.core.observation
Class ObservationManagerImpl.Impl
java.lang.Object
org.priha.core.observation.ObservationManagerImpl.Impl
- Enclosing class:
- ObservationManagerImpl
public class ObservationManagerImpl.Impl
- extends java.lang.Object
Session-local ObservationManager.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObservationManagerImpl.Impl
public ObservationManagerImpl.Impl(SessionImpl session)
addEventListener
public void addEventListener(java.util.EventListener listener,
int eventTypes,
java.lang.String absPath,
boolean isDeep,
java.lang.String[] uuid,
java.lang.String[] nodeTypeName,
boolean noLocal)
throws RepositoryException
- Throws:
RepositoryException
getRegisteredEventListeners
public EventListenerIterator getRegisteredEventListeners()
throws RepositoryException
- Throws:
RepositoryException
removeEventListener
public void removeEventListener(java.util.EventListener listener)
throws RepositoryException
- Throws:
RepositoryException
fireEvents
public void fireEvents(ChangeStore changes)