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 |
---|---|
NodeTypeManager |
LocalAdapterFactory.getNodeTypeManager(RemoteNodeTypeManager remote)
Factory method for creating a local adapter for a remote node type
manager.
|
NodeTypeManager |
ClientAdapterFactory.getNodeTypeManager(RemoteNodeTypeManager remote)
Creates and returns a
ClienNodeTypeManager instance. |
Constructor and Description |
---|
ClientNodeTypeManager(RemoteNodeTypeManager remote,
LocalAdapterFactory factory)
Creates a local adapter for the given remote node type manager.
|
Modifier and Type | Method and Description |
---|---|
RemoteNodeTypeManager |
RemoteWorkspace.getNodeTypeManager()
Remote version of the
Workspace.getNodeTypeManager()
method. |
Modifier and Type | Class and Description |
---|---|
class |
ServerNodeTypeManager
Remote adapter for the JCR
NodeTypeManager
interface. |
Modifier and Type | Method and Description |
---|---|
RemoteNodeTypeManager |
ServerWorkspace.getNodeTypeManager()
Remote version of the
Workspace.getNodeTypeManager()
method. |
RemoteNodeTypeManager |
ServerAdapterFactory.getRemoteNodeTypeManager(NodeTypeManager manager)
Creates a
ServerNodeTypeManager instance. |
RemoteNodeTypeManager |
RemoteAdapterFactory.getRemoteNodeTypeManager(NodeTypeManager manager)
Returns a remote adapter for the given local node type manager.
|
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.