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 |
---|---|
ItemDefinition |
LocalAdapterFactory.getItemDef(RemoteItemDefinition remote)
Deprecated.
Factory method for creating a local adapter for a remote item
definition.
|
ItemDefinition |
ClientAdapterFactory.getItemDef(RemoteItemDefinition remote)
Deprecated.
Creates and returns a
ClientItemDefinition instance. |
Constructor and Description |
---|
ClientItemDefinition(RemoteItemDefinition remote,
LocalAdapterFactory factory)
Deprecated.
Creates a local adapter for the given remote item definition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteNodeDefinition
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
Remote version of the JCR
The methods in this interface are documented only with a reference
to a corresponding NodeDef method. The remote object will simply forward
the method call to the underlying NodeDef instance. Return values
and possible exceptions are copied over the network. Complex
|
interface |
RemotePropertyDefinition
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
Remote version of the JCR The methods in this interface are documented only with a reference to a corresponding PropertyDef method. The remote object will simply forward the method call to the underlying PropertyDef instance. Return values and possible exceptions are copied over the network. RMI errors are signaled with RemoteExceptions.
Note that the returned Value objects must be serializable and implemented
using classes available on both the client and server side. The
|
Modifier and Type | Class and Description |
---|---|
class |
ServerItemDefinition
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 |
class |
ServerNodeDefinition
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 |
class |
ServerPropertyDefinition
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 |
---|---|
RemoteItemDefinition |
ServerAdapterFactory.getRemoteItemDefinition(ItemDefinition def)
Deprecated.
Creates a
ServerItemDefinition instance. |
RemoteItemDefinition |
RemoteAdapterFactory.getRemoteItemDefinition(ItemDefinition def)
Deprecated.
Returns a remote adapter for the given local item definition.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.