Uses of Interface
javax.jcr.observation.ObservationManager

Packages that use ObservationManager
com.jeceira.observation   
com.jeceira.session   
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology (JCR). 
 

Uses of ObservationManager in com.jeceira.observation
 

Classes in com.jeceira.observation that implement ObservationManager
 class SessionObservationManager
          Responsible for the management of event listeners within a specific session and dispatching of workspace events.
 

Uses of ObservationManager in com.jeceira.session
 

Methods in com.jeceira.session that return ObservationManager
 ObservationManager TransientWorkspace.getObservationManager()
           
 

Uses of ObservationManager in javax.jcr
 

Methods in javax.jcr that return ObservationManager
 ObservationManager Workspace.getObservationManager()
          If the the implementation supports observation this method returns the ObservationManager object; otherwise it throws an UnsupportedRepositoryOperationException.
 



Copyright © 2005 Aparzev Software Ltd. All Rights Reserved.