public class RMIRemoteRepositoryFactory extends AbstractRemoteRepositoryFactory
Constructor and Description |
---|
RMIRemoteRepositoryFactory(LocalAdapterFactory factory,
String url)
Creates a factory for looking up a remote repository from
an RMI registry.
|
Modifier and Type | Method and Description |
---|---|
protected RemoteRepository |
getRemoteRepository()
Looks up a remote repository from the RMI registry.
|
getRepository
public RMIRemoteRepositoryFactory(LocalAdapterFactory factory, String url)
factory
- local adapter factoryurl
- RMI URL of the repositoryprotected RemoteRepository getRemoteRepository() throws RepositoryException
getRemoteRepository
in class AbstractRemoteRepositoryFactory
RepositoryException
- if the remote repository is not availableCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.