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.Query |
LocalAdapterFactory.getQuery(javax.jcr.Session session,
RemoteQuery remote)
Factory method for creating a local adapter for a remote query.
|
javax.jcr.query.Query |
ClientAdapterFactory.getQuery(javax.jcr.Session session,
RemoteQuery remote)
Creates and returns a
ClientQuery instance. |
Constructor and Description |
---|
ClientQuery(javax.jcr.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 |
ServerAdapterFactory.getRemoteQuery(javax.jcr.query.Query query)
Creates a
ServerQuery instance. |
RemoteQuery |
RemoteAdapterFactory.getRemoteQuery(javax.jcr.query.Query query)
Returns a remote adapter for the given local query.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.