|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
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(String workspace)
Remote version of the Repository.login(String }
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. |
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. |
Methods in org.apache.jackrabbit.rmi.server that return RemoteSession | |
RemoteSession |
ServerSession.impersonate(Credentials credentials)
Remote version of the Session.impersonate(Credentials)
method. |
RemoteSession |
RemoteAdapterFactory.getRemoteSession(Session session)
Returns a remote adapter for the given local session. |
RemoteSession |
ServerRepository.login()
Remote version of the Repository.login( } method. |
RemoteSession |
ServerRepository.login(String workspace)
Remote version of the Repository.login(String }
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 |
ServerAdapterFactory.getRemoteSession(Session session)
Creates a ServerSession instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |