Uses of Interface
org.exoplatform.services.jcr.rmi.api.remote.RemoteSession

Packages that use RemoteSession
org.exoplatform.services.jcr.rmi.api.client   
org.exoplatform.services.jcr.rmi.api.remote   
org.exoplatform.services.jcr.rmi.impl.server   
 

Uses of RemoteSession in org.exoplatform.services.jcr.rmi.api.client
 

Methods in org.exoplatform.services.jcr.rmi.api.client with parameters of type RemoteSession
 javax.jcr.Session LocalAdapterFactory.getSession(javax.jcr.Repository repository, RemoteSession remote)
          Factory method for creating a local adapter for a remote session.
 javax.jcr.Session LocalAdapterFactoryImpl.getSession(javax.jcr.Repository repository, RemoteSession remote)
          Creates and returns a ClientSession instance.
 

Constructors in org.exoplatform.services.jcr.rmi.api.client with parameters of type RemoteSession
ClientSession(javax.jcr.Repository repository, RemoteSession remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote session.
 

Uses of RemoteSession in org.exoplatform.services.jcr.rmi.api.remote
 

Methods in org.exoplatform.services.jcr.rmi.api.remote that return RemoteSession
 RemoteSession RemoteAdapterFactory.getRemoteSession(javax.jcr.Session session)
          Returns a remote adapter for the given local session.
 RemoteSession RemoteSession.impersonate(javax.jcr.Credentials credentials)
          Remote version of the Session.impersonate(Credentials) method.
 RemoteSession RemoteRepository.login()
          Remote version of the Repository.login( method.
 RemoteSession RemoteRepository.login(javax.jcr.Credentials credentials)
          Remote version of the Repository.login(Credentials method.
 RemoteSession RemoteRepository.login(javax.jcr.Credentials credentials, java.lang.String workspace)
          Remote version of the Repository.login(Credentials,String method.
 RemoteSession RemoteRepository.login(java.lang.String workspace)
          Remote version of the Repository.login(String method.
 

Uses of RemoteSession in org.exoplatform.services.jcr.rmi.impl.server
 

Classes in org.exoplatform.services.jcr.rmi.impl.server that implement RemoteSession
 class ServerSession
          Remote adapter for the JCR Session interface.
 

Methods in org.exoplatform.services.jcr.rmi.impl.server that return RemoteSession
 RemoteSession RemoteAdapterFactoryImpl.getRemoteSession(javax.jcr.Session session)
          Creates a ServerSession instance.
 RemoteSession ServerSession.impersonate(javax.jcr.Credentials credentials)
          Remote version of the Session.impersonate(Credentials) method.
 RemoteSession ServerRepository.login()
          Remote version of the Repository.login( method.
 RemoteSession ServerRepository.login(javax.jcr.Credentials credentials)
          Remote version of the Repository.login(Credentials method.
 RemoteSession ServerRepository.login(javax.jcr.Credentials credentials, java.lang.String workspace)
          Remote version of the Repository.login(Credentials,String method.
 RemoteSession ServerRepository.login(java.lang.String workspace)
          Remote version of the Repository.login(String method.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.