Package | Description |
---|---|
org.apache.jackrabbit.rmi.client |
Client implementation of the transparent JCR-RMI layer.
|
org.apache.jackrabbit.rmi.repository | |
org.apache.jackrabbit.rmi.server |
Server implementation of the transparent JCR-RMI layer.
|
org.apache.jackrabbit.servlet.remote |
Modifier and Type | Class and Description |
---|---|
class |
BrokenRemoteRepository
Dummy remote repository instance that throws a
RemoteException
whenever any method is invoked. |
Modifier and Type | Method and Description |
---|---|
protected abstract RemoteRepository |
SafeClientRepository.getRemoteRepository()
Abstract factory class for getting the remote repository.
|
protected RemoteRepository |
SafeClientRepository.getRemoteRepository(boolean initialize)
Method to obtain the remote remote repository.
|
Modifier and Type | Method and Description |
---|---|
Repository |
ClientAdapterFactory.getRepository(RemoteRepository remote)
Creates and returns a
ClientRepository
instance. |
Repository |
LocalAdapterFactory.getRepository(RemoteRepository remote)
Factory method for creating a local adapter for a remote repository.
|
Constructor and Description |
---|
ClientRepository(RemoteRepository remote,
LocalAdapterFactory factory)
Creates a client adapter for the given remote repository.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RemoteRepository |
AbstractRemoteRepositoryFactory.getRemoteRepository()
Returns the remote repository reference.
|
protected RemoteRepository |
JNDIRemoteRepositoryFactory.getRemoteRepository()
Looks up a remote repository from JNDI.
|
protected RemoteRepository |
RMIRemoteRepositoryFactory.getRemoteRepository()
Looks up a remote repository from the RMI registry.
|
protected RemoteRepository |
URLRemoteRepositoryFactory.getRemoteRepository()
Looks up and returns a remote repository from the configured URL.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerRepository
Remote adapter for the JCR
Repository
interface. |
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
RemoteAdapterFactory.getRemoteRepository(Repository repository)
Returns a remote adapter for the given local repository.
|
RemoteRepository |
ServerAdapterFactory.getRemoteRepository(Repository repository)
Creates a
ServerRepository instance. |
Modifier and Type | Method and Description |
---|---|
protected RemoteRepository |
RemoteBindingServlet.getRemoteRepository()
Returns the configured remote repository reference.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.