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