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 |
LocalAdapterFactory.getQuery(Session session,
RemoteQuery remote)
Deprecated.
Factory method for creating a local adapter for a remote query.
|
Query |
ClientAdapterFactory.getQuery(Session session,
RemoteQuery remote)
Deprecated.
Creates and returns a
ClientQuery instance. |
Constructor and Description |
---|
ClientQuery(Session session,
RemoteQuery remote,
LocalAdapterFactory factory)
Deprecated.
Creates a client adapter for the given query.
|
Modifier and Type | Method and Description |
---|---|
RemoteQuery |
RemoteQueryManager.createQuery(String statement,
String language)
Deprecated.
|
RemoteQuery |
RemoteQueryManager.getQuery(String absPath)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerQuery
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
Remote adapter for the JCR |
Modifier and Type | Method and Description |
---|---|
RemoteQuery |
ServerQueryManager.createQuery(String statement,
String language)
Deprecated.
|
RemoteQuery |
ServerQueryManager.getQuery(String absPath)
Deprecated.
|
RemoteQuery |
ServerAdapterFactory.getRemoteQuery(Query query)
Deprecated.
Creates a
ServerQuery instance. |
RemoteQuery |
RemoteAdapterFactory.getRemoteQuery(Query query)
Deprecated.
Returns a remote adapter for the given local query.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.