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