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

Packages that use RemoteWorkspace
org.apache.jackrabbit.rmi.client Client implementation of the transparent JCR-RMI layer. 
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 RemoteWorkspace in org.apache.jackrabbit.rmi.client
 

Methods in org.apache.jackrabbit.rmi.client with parameters of type RemoteWorkspace
 Workspace LocalAdapterFactory.getWorkspace(Session session, RemoteWorkspace remote)
          Factory method for creating a local adapter for a remote workspace.
 Workspace ClientAdapterFactory.getWorkspace(Session session, RemoteWorkspace remote)
          Creates and returns a ClientWorkspace instance.
 

Constructors in org.apache.jackrabbit.rmi.client with parameters of type RemoteWorkspace
ClientWorkspace(Session session, RemoteWorkspace remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote workspace.
 

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

Methods in org.apache.jackrabbit.rmi.remote that return RemoteWorkspace
 RemoteWorkspace RemoteSession.getWorkspace()
          Remote version of the Session.getWorkspace() method.
 

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

Classes in org.apache.jackrabbit.rmi.server that implement RemoteWorkspace
 class ServerWorkspace
          Remote adapter for the JCR Workspace interface.
 

Methods in org.apache.jackrabbit.rmi.server that return RemoteWorkspace
 RemoteWorkspace ServerAdapterFactory.getRemoteWorkspace(Workspace workspace)
          Creates a ServerWorkspace instance.
 RemoteWorkspace RemoteAdapterFactory.getRemoteWorkspace(Workspace workspace)
          Returns a remote adapter for the given local workspace.
 RemoteWorkspace ServerSession.getWorkspace()
          Remote version of the Session.getWorkspace() method.
 



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