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 |
Remote servlet support (deprecated)
|
Modifier and Type | Class and Description |
---|---|
class |
BrokenRemoteRepository
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
Dummy remote repository instance that throws a |
Modifier and Type | Method and Description |
---|---|
protected abstract RemoteRepository |
SafeClientRepository.getRemoteRepository()
Deprecated.
Abstract factory class for getting the remote repository.
|
protected RemoteRepository |
SafeClientRepository.getRemoteRepository(boolean initialize)
Deprecated.
Method to obtain the remote remote repository.
|
Modifier and Type | Method and Description |
---|---|
Repository |
LocalAdapterFactory.getRepository(RemoteRepository remote)
Deprecated.
Factory method for creating a local adapter for a remote repository.
|
Repository |
ClientAdapterFactory.getRepository(RemoteRepository remote)
Deprecated.
Creates and returns a
ClientRepository
instance. |
Constructor and Description |
---|
ClientRepository(RemoteRepository remote,
LocalAdapterFactory factory)
Deprecated.
Creates a client adapter for the given remote repository.
|
Modifier and Type | Method and Description |
---|---|
protected RemoteRepository |
URLRemoteRepositoryFactory.getRemoteRepository()
Deprecated.
Looks up and returns a remote repository from the configured URL.
|
protected RemoteRepository |
RMIRemoteRepositoryFactory.getRemoteRepository()
Deprecated.
Looks up a remote repository from the RMI registry.
|
protected RemoteRepository |
JNDIRemoteRepositoryFactory.getRemoteRepository()
Deprecated.
Looks up a remote repository from JNDI.
|
protected abstract RemoteRepository |
AbstractRemoteRepositoryFactory.getRemoteRepository()
Deprecated.
Returns the remote repository reference.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerRepository
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 |
---|---|
RemoteRepository |
ServerAdapterFactory.getRemoteRepository(Repository repository)
Deprecated.
Creates a
ServerRepository instance. |
RemoteRepository |
RemoteAdapterFactory.getRemoteRepository(Repository repository)
Deprecated.
Returns a remote adapter for the given local repository.
|
Modifier and Type | Method and Description |
---|---|
protected RemoteRepository |
RemoteBindingServlet.getRemoteRepository()
Deprecated.
Returns the configured remote repository reference.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.