public abstract class AbstractRemoteRepositoryFactory extends Object
getRemoteRepository() method to actually retrieve the remote
 repository reference.| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractRemoteRepositoryFactory(LocalAdapterFactory factory)Creates a factory for looking up a repository from the given RMI URL. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract RemoteRepository | getRemoteRepository()Returns the remote repository reference. | 
| javax.jcr.Repository | getRepository()Returns a local adapter for the remote repository. | 
protected AbstractRemoteRepositoryFactory(LocalAdapterFactory factory)
factory - local adapter factorypublic javax.jcr.Repository getRepository()
                                   throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - if the remote repository is not availableprotected abstract RemoteRepository getRemoteRepository() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - if the remote repository is not availableCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.