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 |
LocalAdapterFactory.getNamespaceRegistry(RemoteNamespaceRegistry remote)
Deprecated.
Factory method for creating a local adapter for a remote namespace
registry.
|
NamespaceRegistry |
ClientAdapterFactory.getNamespaceRegistry(RemoteNamespaceRegistry remote)
Deprecated.
Creates and returns a
ClientClientNamespaceRegistry instance. |
Constructor and Description |
---|
ClientNamespaceRegistry(RemoteNamespaceRegistry remote,
LocalAdapterFactory factory)
Deprecated.
Creates a local adapter for the given remote namespace registry.
|
Modifier and Type | Method and Description |
---|---|
RemoteNamespaceRegistry |
RemoteWorkspace.getNamespaceRegistry()
Deprecated.
Remote version of the
Workspace.getNamespaceRegistry()
method. |
Modifier and Type | Class and Description |
---|---|
class |
ServerNamespaceRegistry
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
Remote adapter for the JCR
|
Modifier and Type | Method and Description |
---|---|
RemoteNamespaceRegistry |
ServerWorkspace.getNamespaceRegistry()
Deprecated.
Remote version of the
Workspace.getNamespaceRegistry()
method. |
RemoteNamespaceRegistry |
ServerAdapterFactory.getRemoteNamespaceRegistry(NamespaceRegistry registry)
Deprecated.
Creates a
ServerNamespaceRegistry
instance. |
RemoteNamespaceRegistry |
RemoteAdapterFactory.getRemoteNamespaceRegistry(NamespaceRegistry registry)
Deprecated.
Returns a remote adapter for the given local namespace registry.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.