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

Packages that use RemoteSession
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 RemoteSession in org.apache.jackrabbit.rmi.client
 

Fields in org.apache.jackrabbit.rmi.client declared as RemoteSession
protected  RemoteSession ClientSession.remote
          The adapted remote session.
 

Methods in org.apache.jackrabbit.rmi.client that return RemoteSession
 RemoteSession BrokenRemoteRepository.login()
          Throws a RemoteException.
 RemoteSession BrokenRemoteRepository.login(Credentials credentials)
          Throws a RemoteException.
 RemoteSession BrokenRemoteRepository.login(Credentials credentials, String workspace)
          Throws a RemoteException.
 RemoteSession BrokenRemoteRepository.login(String workspace)
          Throws a RemoteException.
 

Methods in org.apache.jackrabbit.rmi.client with parameters of type RemoteSession
 Session LocalAdapterFactory.getSession(Repository repository, RemoteSession remote)
          Factory method for creating a local adapter for a remote session.
 Session ClientAdapterFactory.getSession(Repository repository, RemoteSession remote)
          Creates and returns a ClientSession instance.
 

Constructors in org.apache.jackrabbit.rmi.client with parameters of type RemoteSession
ClientSession(Repository repository, RemoteSession remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote session.
 

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

Subinterfaces of RemoteSession in org.apache.jackrabbit.rmi.remote
 interface RemoteXASession
          Remote version of the XASession interface.
 

Methods in org.apache.jackrabbit.rmi.remote that return RemoteSession
 RemoteSession RemoteSession.impersonate(Credentials credentials)
          Remote version of the Session.impersonate(Credentials) method.
 RemoteSession RemoteRepository.login()
          Remote version of the Repository.login(} method.
 RemoteSession RemoteRepository.login(Credentials credentials)
          Remote version of the Repository.login(Credentials} method.
 RemoteSession RemoteRepository.login(Credentials credentials, String workspace)
          Remote version of the Repository.login(Credentials,String} method.
 RemoteSession RemoteRepository.login(String workspace)
          Remote version of the Repository.login(String} method.
 

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

Classes in org.apache.jackrabbit.rmi.server that implement RemoteSession
 class ServerSession
          Remote adapter for the JCR Session interface.
 class ServerXASession
          Remote adapter for XA-enabled sessions.
 

Methods in org.apache.jackrabbit.rmi.server that return RemoteSession
 RemoteSession ServerAdapterFactory.getRemoteSession(Session session)
          Creates a ServerSession instance.
 RemoteSession RemoteAdapterFactory.getRemoteSession(Session session)
          Returns a remote adapter for the given local session.
 RemoteSession ServerSession.impersonate(Credentials credentials)
          Remote version of the Session.impersonate(Credentials) method.
 RemoteSession ServerRepository.login()
          Remote version of the Repository.login(} method.
 RemoteSession ServerRepository.login(Credentials credentials)
          Remote version of the Repository.login(Credentials} method.
 RemoteSession ServerRepository.login(Credentials credentials, String workspace)
          Remote version of the Repository.login(Credentials,String} method.
 RemoteSession ServerRepository.login(String workspace)
          Remote version of the Repository.login(String} method.
 



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