| 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  ClientItemDefinitioninstance. | 
| 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  | RemoteNodeDefinitionRemote version of the JCR  NodeDefinitioninterface. | 
| interface  | RemotePropertyDefinitionRemote version of the JCR  PropertyDefinitioninterface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ServerItemDefinitionRemote adapter for the JCR  ItemDefinitioninterface. | 
| class  | ServerNodeDefinitionRemote adapter for the JCR  NodeDefinitioninterface. | 
| class  | ServerPropertyDefinitionRemote adapter for the JCR
  PropertyDefinitioninterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoteItemDefinition | ServerAdapterFactory. getRemoteItemDefinition(javax.jcr.nodetype.ItemDefinition def)Creates a  ServerItemDefinitioninstance. | 
| 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.