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 |
---|---|
QueryManager |
ClientAdapterFactory.getQueryManager(Session session,
RemoteQueryManager remote)
Creates and returns a
ClientQueryManager instance. |
QueryManager |
LocalAdapterFactory.getQueryManager(Session session,
RemoteQueryManager remote)
Factory method for creating a local adapter for a remote query manager.
|
Constructor and Description |
---|
ClientQueryManager(Session session,
RemoteQueryManager remote,
LocalAdapterFactory factory)
Creates a client adapter for the given remote query manager.
|
Modifier and Type | Method and Description |
---|---|
RemoteQueryManager |
RemoteWorkspace.getQueryManager()
Remote version of the
Workspace.getQueryManager()
method. |
Modifier and Type | Class and Description |
---|---|
class |
ServerQueryManager
Remote adapter for the JCR
QueryManager
interface. |
Modifier and Type | Method and Description |
---|---|
RemoteQueryManager |
ServerWorkspace.getQueryManager()
Remote version of the
Workspace.getQueryManager()
method. |
RemoteQueryManager |
RemoteAdapterFactory.getRemoteQueryManager(Session session,
QueryManager manager)
Returns a remote adapter for the given local query manager.
|
RemoteQueryManager |
ServerAdapterFactory.getRemoteQueryManager(Session session,
QueryManager manager)
Creates a
ServerQueryManager instance. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.