| 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 | 
|---|---|
NamespaceRegistry | 
ClientAdapterFactory.getNamespaceRegistry(RemoteNamespaceRegistry remote)
Creates and returns a
  
ClientClientNamespaceRegistry instance. | 
NamespaceRegistry | 
LocalAdapterFactory.getNamespaceRegistry(RemoteNamespaceRegistry remote)
Factory method for creating a local adapter for a remote namespace
 registry. 
 | 
| Constructor and Description | 
|---|
ClientNamespaceRegistry(RemoteNamespaceRegistry remote,
                       LocalAdapterFactory factory)
Creates a local adapter for the given remote namespace registry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteNamespaceRegistry | 
RemoteWorkspace.getNamespaceRegistry()
Remote version of the
  
Workspace.getNamespaceRegistry()
 method. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ServerNamespaceRegistry
Remote adapter for the JCR
  
NamespaceRegistry interface. | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteNamespaceRegistry | 
ServerWorkspace.getNamespaceRegistry()
Remote version of the
  
Workspace.getNamespaceRegistry()
 method. | 
RemoteNamespaceRegistry | 
RemoteAdapterFactory.getRemoteNamespaceRegistry(NamespaceRegistry registry)
Returns a remote adapter for the given local namespace registry. 
 | 
RemoteNamespaceRegistry | 
ServerAdapterFactory.getRemoteNamespaceRegistry(NamespaceRegistry registry)
Creates a  
ServerNamespaceRegistry
 instance. | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.