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 |
---|---|
javax.jcr.nodetype.ItemDefinition |
LocalAdapterFactory.getItemDef(RemoteItemDefinition remote)
Factory method for creating a local adapter for a remote item
definition.
|
javax.jcr.nodetype.ItemDefinition |
ClientAdapterFactory.getItemDef(RemoteItemDefinition remote)
Creates and returns a
ClientItemDefinition instance. |
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 |
ServerAdapterFactory.getRemoteItemDefinition(javax.jcr.nodetype.ItemDefinition def)
Creates a
ServerItemDefinition instance. |
RemoteItemDefinition |
RemoteAdapterFactory.getRemoteItemDefinition(javax.jcr.nodetype.ItemDefinition def)
Returns a remote adapter for the given local item definition.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.