| 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 | 
|---|---|
Query | 
ClientAdapterFactory.getQuery(Session session,
        RemoteQuery remote)
Creates and returns a  
ClientQuery instance. | 
Query | 
LocalAdapterFactory.getQuery(Session session,
        RemoteQuery remote)
Factory method for creating a local adapter for a remote query. 
 | 
| Constructor and Description | 
|---|
ClientQuery(Session session,
           RemoteQuery remote,
           LocalAdapterFactory factory)
Creates a client adapter for the given query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteQuery | 
RemoteQueryManager.createQuery(String statement,
           String language)  | 
RemoteQuery | 
RemoteQueryManager.getQuery(String absPath)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ServerQuery
Remote adapter for the JCR  
Query interface. | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteQuery | 
ServerQueryManager.createQuery(String statement,
           String language) | 
RemoteQuery | 
ServerQueryManager.getQuery(String absPath) | 
RemoteQuery | 
RemoteAdapterFactory.getRemoteQuery(Query query)
Returns a remote adapter for the given local query. 
 | 
RemoteQuery | 
ServerAdapterFactory.getRemoteQuery(Query query)
Creates a  
ServerQuery instance. | 
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.