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