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