Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected RemoteSession |
ClientSession.remote
Deprecated.
The adapted remote session.
|
Modifier and Type | Method and Description |
---|---|
RemoteSession |
BrokenRemoteRepository.login()
Deprecated.
Throws a
RemoteException . |
RemoteSession |
BrokenRemoteRepository.login(Credentials credentials)
Deprecated.
Throws a
RemoteException . |
RemoteSession |
BrokenRemoteRepository.login(Credentials credentials,
String workspace)
Deprecated.
Throws a
RemoteException . |
RemoteSession |
BrokenRemoteRepository.login(String workspace)
Deprecated.
Throws a
RemoteException . |
Modifier and Type | Method and Description |
---|---|
Session |
LocalAdapterFactory.getSession(Repository repository,
RemoteSession remote)
Deprecated.
Factory method for creating a local adapter for a remote session.
|
Session |
ClientAdapterFactory.getSession(Repository repository,
RemoteSession remote)
Deprecated.
Creates and returns a
ClientSession instance. |
Constructor and Description |
---|
ClientSession(Repository repository,
RemoteSession remote,
LocalAdapterFactory factory)
Deprecated.
Creates a client adapter for the given remote session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteXASession
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
Remote version of the |
Modifier and Type | Method and Description |
---|---|
RemoteSession |
RemoteSession.impersonate(Credentials credentials)
Deprecated.
Remote version of the
Session.impersonate(Credentials)
method. |
RemoteSession |
RemoteRepository.login()
Deprecated.
Remote version of the
Repository.login( } method. |
RemoteSession |
RemoteRepository.login(Credentials credentials)
Deprecated.
Remote version of the
Repository.login(Credentials }
method. |
RemoteSession |
RemoteRepository.login(Credentials credentials,
String workspace)
Deprecated.
Remote version of the
Repository.login(Credentials,String }
method. |
RemoteSession |
RemoteRepository.login(String workspace)
Deprecated.
Remote version of the
Repository.login(String }
method. |
Modifier and Type | Class and Description |
---|---|
class |
ServerSession
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
Remote adapter for the JCR |
class |
ServerXASession
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
Remote adapter for XA-enabled sessions. |
Modifier and Type | Method and Description |
---|---|
RemoteSession |
ServerAdapterFactory.getRemoteSession(Session session)
Deprecated.
Creates a
ServerSession instance. |
RemoteSession |
RemoteAdapterFactory.getRemoteSession(Session session)
Deprecated.
Returns a remote adapter for the given local session.
|
RemoteSession |
ServerSession.impersonate(Credentials credentials)
Deprecated.
Remote version of the
Session.impersonate(Credentials)
method. |
RemoteSession |
ServerRepository.login()
Deprecated.
Remote version of the
Repository.login( } method. |
RemoteSession |
ServerRepository.login(Credentials credentials)
Deprecated.
Remote version of the
Repository.login(Credentials }
method. |
RemoteSession |
ServerRepository.login(Credentials credentials,
String workspace)
Deprecated.
Remote version of the
Repository.login(Credentials,String }
method. |
RemoteSession |
ServerRepository.login(String workspace)
Deprecated.
Remote version of the
Repository.login(String }
method. |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.