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 | Method and Description |
---|---|
Workspace |
LocalAdapterFactory.getWorkspace(Session session,
RemoteWorkspace remote)
Deprecated.
Factory method for creating a local adapter for a remote workspace.
|
Workspace |
ClientAdapterFactory.getWorkspace(Session session,
RemoteWorkspace remote)
Deprecated.
Creates and returns a
ClientWorkspace instance. |
Constructor and Description |
---|
ClientWorkspace(Session session,
RemoteWorkspace remote,
LocalAdapterFactory factory)
Deprecated.
Creates a client adapter for the given remote workspace.
|
Modifier and Type | Method and Description |
---|---|
RemoteWorkspace |
RemoteSession.getWorkspace()
Deprecated.
Remote version of the
Session.getWorkspace() method. |
Modifier and Type | Class and Description |
---|---|
class |
ServerWorkspace
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 |
Modifier and Type | Method and Description |
---|---|
RemoteWorkspace |
ServerAdapterFactory.getRemoteWorkspace(Workspace workspace)
Deprecated.
Creates a
ServerWorkspace instance. |
RemoteWorkspace |
RemoteAdapterFactory.getRemoteWorkspace(Workspace workspace)
Deprecated.
Returns a remote adapter for the given local workspace.
|
RemoteWorkspace |
ServerSession.getWorkspace()
Deprecated.
Remote version of the
Session.getWorkspace() method. |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.