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 |
---|---|
NodeType |
LocalAdapterFactory.getNodeType(RemoteNodeType remote)
Deprecated.
Factory method for creating a local adapter for a remote node type.
|
NodeType |
ClientAdapterFactory.getNodeType(RemoteNodeType remote)
Deprecated.
Creates and returns a
ClientNodeType instance. |
protected NodeType[] |
ClientObject.getNodeTypeArray(RemoteNodeType[] remotes)
Deprecated.
Utility method for creating an array of local node type adapters
for an array of remote node types.
|
Constructor and Description |
---|
ClientNodeType(RemoteNodeType remote,
LocalAdapterFactory factory)
Deprecated.
Creates a local adapter for the given remote node type.
|
Modifier and Type | Method and Description |
---|---|
RemoteNodeType[] |
RemoteNodeType.getDeclaredSupertypes()
Deprecated.
Remote version of the
NodeType.getDeclaredSupertypes()
method. |
RemoteNodeType |
RemoteItemDefinition.getDeclaringNodeType()
Deprecated.
Remote version of the
ItemDef.getDeclaringNodeType()
method. |
RemoteNodeType |
RemoteNodeDefinition.getDefaultPrimaryType()
Deprecated.
Remote version of the
NodeDef.getDefaultPrimaryType()
method. |
RemoteNodeType[] |
RemoteNode.getMixinNodeTypes()
Deprecated.
Remote version of the
Node.getMixinNodeTypes()
method. |
RemoteNodeType |
RemoteNodeTypeManager.getNodeType(String name)
Deprecated.
Remote version of the
NodeTypeManager.getNodeType(String)
method. |
RemoteNodeType |
RemoteNode.getPrimaryNodeType()
Deprecated.
Remote version of the
Node.getPrimaryNodeType()
method. |
RemoteNodeType[] |
RemoteNodeDefinition.getRequiredPrimaryTypes()
Deprecated.
Remote version of the
NodeDef.getRequiredPrimaryTypes()
method. |
RemoteNodeType[] |
RemoteNodeType.getSupertypes()
Deprecated.
Remote version of the
NodeType.getSupertypes()
method. |
Modifier and Type | Class and Description |
---|---|
class |
ServerNodeType
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 |
---|---|
RemoteNodeType[] |
ServerNodeType.getDeclaredSupertypes()
Deprecated.
Remote version of the
NodeType.getDeclaredSupertypes()
method. |
RemoteNodeType |
ServerItemDefinition.getDeclaringNodeType()
Deprecated.
Remote version of the
ItemDef.getDeclaringNodeType()
method. |
RemoteNodeType |
ServerNodeDefinition.getDefaultPrimaryType()
Deprecated.
Remote version of the
NodeDef.getDefaultPrimaryType()
method. |
RemoteNodeType[] |
ServerNode.getMixinNodeTypes()
Deprecated.
Remote version of the
Node.getMixinNodeTypes()
method. |
RemoteNodeType |
ServerNodeTypeManager.getNodeType(String name)
Deprecated.
Remote version of the
NodeTypeManager.getNodeType(String)
method. |
RemoteNodeType |
ServerNode.getPrimaryNodeType()
Deprecated.
Remote version of the
Node.getPrimaryNodeType()
method. |
RemoteNodeType |
ServerAdapterFactory.getRemoteNodeType(NodeType type)
Deprecated.
Creates a
ServerNodeType instance. |
RemoteNodeType |
RemoteAdapterFactory.getRemoteNodeType(NodeType type)
Deprecated.
Returns a remote adapter for the given local node type.
|
protected RemoteNodeType[] |
ServerObject.getRemoteNodeTypeArray(NodeType[] types)
Deprecated.
Utility method for creating an array of remote references for
local node types.
|
RemoteNodeType[] |
ServerNodeDefinition.getRequiredPrimaryTypes()
Deprecated.
Remote version of the
NodeDef.getRequiredPrimaryTypes()
method. |
RemoteNodeType[] |
ServerNodeType.getSupertypes()
Deprecated.
Remote version of the
NodeType.getSupertypes()
method. |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.