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.NamespaceRegistry |
LocalAdapterFactory.getNamespaceRegistry(RemoteNamespaceRegistry remote)
Factory method for creating a local adapter for a remote namespace
registry.
|
javax.jcr.NamespaceRegistry |
ClientAdapterFactory.getNamespaceRegistry(RemoteNamespaceRegistry remote)
Creates and returns a
ClientClientNamespaceRegistry instance. |
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 |
ServerAdapterFactory.getRemoteNamespaceRegistry(javax.jcr.NamespaceRegistry registry)
Creates a
ServerNamespaceRegistry
instance. |
RemoteNamespaceRegistry |
RemoteAdapterFactory.getRemoteNamespaceRegistry(javax.jcr.NamespaceRegistry registry)
Returns a remote adapter for the given local namespace registry.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.