Uses of Interface
org.apache.jackrabbit.rmi.remote.RemoteObservationManager

Packages that use RemoteObservationManager
org.apache.jackrabbit.rmi.client Client implementation of the transparent JCR-RMI layer. 
org.apache.jackrabbit.rmi.observation Helper class used by the observation manager classes. 
org.apache.jackrabbit.rmi.remote Remote interfaces of the transparent JCR-RMI layer. 
org.apache.jackrabbit.rmi.server Server implementation of the transparent JCR-RMI layer. 
 

Uses of RemoteObservationManager in org.apache.jackrabbit.rmi.client
 

Methods in org.apache.jackrabbit.rmi.client with parameters of type RemoteObservationManager
 ObservationManager LocalAdapterFactory.getObservationManager(Workspace workspace, RemoteObservationManager remote)
          Factory method for creating a local adapter for a remote observation manager.
 ObservationManager ClientAdapterFactory.getObservationManager(Workspace workspace, RemoteObservationManager remote)
          Creates and returns a ClientObservationManager instance.
 

Constructors in org.apache.jackrabbit.rmi.client with parameters of type RemoteObservationManager
ClientObservationManager(Workspace workspace, RemoteObservationManager remote)
          Creates an instance of this class talking to the given remote observation manager.
 

Uses of RemoteObservationManager in org.apache.jackrabbit.rmi.observation
 

Constructors in org.apache.jackrabbit.rmi.observation with parameters of type RemoteObservationManager
ClientEventPoll(RemoteObservationManager remote, Session session)
          Creates an instance of this class talking to the given RemoteObservationManager.
 

Uses of RemoteObservationManager in org.apache.jackrabbit.rmi.remote
 

Methods in org.apache.jackrabbit.rmi.remote that return RemoteObservationManager
 RemoteObservationManager RemoteWorkspace.getObservationManager()
          Remote version of the Workspace.getObservationManager() method.
 

Uses of RemoteObservationManager in org.apache.jackrabbit.rmi.server
 

Classes in org.apache.jackrabbit.rmi.server that implement RemoteObservationManager
 class ServerObservationManager
          Remote adapter for the JCR ObservationManager interface.
 

Methods in org.apache.jackrabbit.rmi.server that return RemoteObservationManager
 RemoteObservationManager ServerWorkspace.getObservationManager()
          Remote version of the Workspace.getObservationManager() method.
 RemoteObservationManager ServerAdapterFactory.getRemoteObservationManager(ObservationManager observationManager)
          Creates a ServerObservationManager instance.
 RemoteObservationManager RemoteAdapterFactory.getRemoteObservationManager(ObservationManager observationManager)
          Returns a remote adapter for the given local observation manager.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.