Class AbstractRemoteRepositoryFactory

    • Constructor Detail

      • AbstractRemoteRepositoryFactory

        protected AbstractRemoteRepositoryFactory​(LocalAdapterFactory factory)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a factory for looking up a repository from the given RMI URL.
        Parameters:
        factory - local adapter factory
    • Method Detail

      • getRepository

        public Repository getRepository()
                                 throws RepositoryException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns a local adapter for the remote repository.
        Returns:
        local adapter for the remote repository
        Throws:
        RepositoryException - if the remote repository is not available
      • getRemoteRepository

        protected abstract RemoteRepository getRemoteRepository()
                                                         throws RepositoryException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns the remote repository reference.
        Returns:
        remote repository reference
        Throws:
        RepositoryException - if the remote repository is not available