| Name | Description | Type | Package | Framework |
| AbstractRemoteRepositoryFactory | Abstract base class for repository factories that make a remote repository available locally. | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit |
| JNDIRemoteRepository | Proxy for a remote repository bound in JNDI. | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit |
| JNDIRemoteRepositoryFactory | Factory that looks up a remote repository from JNDI. | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit |
| ProxyRepository | Repository that proxies all method calls to another repository. | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit |
| RMIRemoteRepository | Proxy for a remote repository bound in RMI. | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit |
| RMIRemoteRepositoryFactory | Factory that looks up a remote repository from an RMI registry. | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit |
| RmiRepositoryFactory | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit | |
| URLRemoteRepository | Proxy for a remote repository accessed via a URL. | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit |
| URLRemoteRepositoryFactory | Factory that looks up a remote repository from a given URL. | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit |