| 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 | 
|---|---|
javax.jcr.query.QueryResult | 
LocalAdapterFactory.getQueryResult(javax.jcr.Session session,
              RemoteQueryResult remote)
Factory method for creating a local adapter for a remote query result. 
 | 
javax.jcr.query.QueryResult | 
ClientAdapterFactory.getQueryResult(javax.jcr.Session session,
              RemoteQueryResult remote)
Creates and returns a  
ClientQueryResult instance. | 
| Constructor and Description | 
|---|
ClientQueryResult(javax.jcr.Session session,
                 RemoteQueryResult remote,
                 LocalAdapterFactory factory)
Creates a client adapter for the given remote query result. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteQueryResult | 
RemoteQuery.execute()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ServerQueryResult
Remote adapter for the JCR  
QueryResult interface. | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteQueryResult | 
ServerQuery.execute() | 
RemoteQueryResult | 
ServerAdapterFactory.getRemoteQueryResult(javax.jcr.query.QueryResult result)
Creates a  
ServerQueryResult instance. | 
RemoteQueryResult | 
RemoteAdapterFactory.getRemoteQueryResult(javax.jcr.query.QueryResult result)
Returns a remote adapter for the given local query result. 
 | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.