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 |
---|---|
ItemDefinition |
ClientAdapterFactory.getItemDef(RemoteItemDefinition remote)
Creates and returns a
ClientItemDefinition instance. |
ItemDefinition |
LocalAdapterFactory.getItemDef(RemoteItemDefinition remote)
Factory method for creating a local adapter for a remote item
definition.
|
Constructor and Description |
---|
ClientItemDefinition(RemoteItemDefinition remote,
LocalAdapterFactory factory)
Creates a local adapter for the given remote item definition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteNodeDefinition
Remote version of the JCR
NodeDefinition
interface. |
interface |
RemotePropertyDefinition
Remote version of the JCR
PropertyDefinition
interface. |
Modifier and Type | Class and Description |
---|---|
class |
ServerItemDefinition
Remote adapter for the JCR
ItemDefinition
interface. |
class |
ServerNodeDefinition
Remote adapter for the JCR
NodeDefinition
interface. |
class |
ServerPropertyDefinition
Remote adapter for the JCR
PropertyDefinition interface. |
Modifier and Type | Method and Description |
---|---|
RemoteItemDefinition |
RemoteAdapterFactory.getRemoteItemDefinition(ItemDefinition def)
Returns a remote adapter for the given local item definition.
|
RemoteItemDefinition |
ServerAdapterFactory.getRemoteItemDefinition(ItemDefinition def)
Creates a
ServerItemDefinition instance. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.