| 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 |
|---|---|
javax.jcr.query.Row |
LocalAdapterFactory.getRow(javax.jcr.Session session,
RemoteRow remote)
Factory method for creating a local adapter for a remote query row.
|
javax.jcr.query.Row |
ClientAdapterFactory.getRow(javax.jcr.Session session,
RemoteRow remote)
Creates and returns a
ClientRow instance. |
| Constructor and Description |
|---|
ClientRow(javax.jcr.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 |
ServerAdapterFactory.getRemoteRow(javax.jcr.query.Row row)
Creates a
ServerQueryResult instance. |
RemoteRow |
RemoteAdapterFactory.getRemoteRow(javax.jcr.query.Row row)
Returns a remote adapter for the given local query row.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.