Package | Description |
---|---|
org.apache.jackrabbit.rmi.client |
Client implementation 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 |
---|---|
Row |
LocalAdapterFactory.getRow(Session session,
RemoteRow remote)
Deprecated.
Factory method for creating a local adapter for a remote query row.
|
Row |
ClientAdapterFactory.getRow(Session session,
RemoteRow remote)
Deprecated.
Creates and returns a
ClientRow instance. |
Constructor and Description |
---|
ClientRow(Session session,
RemoteRow remote,
LocalAdapterFactory factory)
Deprecated.
Creates a client adapter for the given remote query row.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerRow
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 |
---|---|
RemoteRow |
ServerAdapterFactory.getRemoteRow(Row row)
Deprecated.
Creates a
ServerQueryResult instance. |
RemoteRow |
RemoteAdapterFactory.getRemoteRow(Row row)
Deprecated.
Returns a remote adapter for the given local query row.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.