Class | Description |
---|---|
AbstractRemoteRepositoryFactory |
Abstract base class for repository factories that make a remote repository
available locally.
|
JNDIRemoteRepository |
Proxy for a remote repository bound in JNDI.
|
JNDIRemoteRepositoryFactory |
Factory that looks up a remote repository from JNDI.
|
ProxyRepository |
Repository that proxies all method calls to another repository.
|
RMIRemoteRepository |
Proxy for a remote repository bound in RMI.
|
RMIRemoteRepositoryFactory |
Factory that looks up a remote repository from an RMI registry.
|
RmiRepositoryFactory | |
URLRemoteRepository |
Proxy for a remote repository accessed via a URL.
|
URLRemoteRepositoryFactory |
Factory that looks up a remote repository from a given URL.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.