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

Packages that use RemoteWorkspace
org.apache.jackrabbit.rmi.client   
org.apache.jackrabbit.rmi.jackrabbit   
org.apache.jackrabbit.rmi.remote   
org.apache.jackrabbit.rmi.server   
 

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

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

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.jackrabbit
 

Subinterfaces of RemoteWorkspace in org.apache.jackrabbit.rmi.jackrabbit
 interface RemoteJackrabbitWorkspace
          Remote version of the JackrabbitWorkspace extension interface.
 

Classes in org.apache.jackrabbit.rmi.jackrabbit that implement RemoteWorkspace
 class ServerJackrabbitWorkspace
           
 

Methods in org.apache.jackrabbit.rmi.jackrabbit that return RemoteWorkspace
 RemoteWorkspace JackrabbitServerAdapterFactory.getRemoteWorkspace(Workspace workspace)
          Returns a RemoteJackrabbitWorkspace adapter if given a JackrabbitWorkspace reference.
 

Methods in org.apache.jackrabbit.rmi.jackrabbit with parameters of type RemoteWorkspace
 Workspace JackrabbitClientAdapterFactory.getWorkspace(Session session, RemoteWorkspace remote)
          Returns a JackrabbitWorkspace adapter if given a RemoteJackrabbitWorkspace reference.
 

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-2008 The Apache Software Foundation. All Rights Reserved.