Uses of Interface
dk.netarkivet.common.distribute.arcrepository.ViewerArcRepositoryClient

Packages that use ViewerArcRepositoryClient
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.common.distribute.arcrepository   
dk.netarkivet.viewerproxy This module gives access to previously harvested material, through a proxy solution. 
 

Uses of ViewerArcRepositoryClient in dk.netarkivet.archive.arcrepository.distribute
 

Classes in dk.netarkivet.archive.arcrepository.distribute that implement ViewerArcRepositoryClient
 class JMSArcRepositoryClient
          Client side usage of an arc repository.
 

Uses of ViewerArcRepositoryClient in dk.netarkivet.common.distribute.arcrepository
 

Subinterfaces of ViewerArcRepositoryClient in dk.netarkivet.common.distribute.arcrepository
 interface ArcRepositoryClient
          Generic interface defining all methods that an ArcRepository provides.
 

Classes in dk.netarkivet.common.distribute.arcrepository that implement ViewerArcRepositoryClient
 class LocalArcRepositoryClient
          A simple implementation of ArcRepositoryClient that just has a number of local directories that it keeps its files in.
 

Methods in dk.netarkivet.common.distribute.arcrepository that return ViewerArcRepositoryClient
static ViewerArcRepositoryClient ArcRepositoryClientFactory.getViewerInstance()
          Returns a new ArcRepositoryClient suitable for use by a viewer.
 

Constructors in dk.netarkivet.common.distribute.arcrepository with parameters of type ViewerArcRepositoryClient
ARCLookup(ViewerArcRepositoryClient arcRepositoryClient)
          Create a new ARCLookup object.
 

Uses of ViewerArcRepositoryClient in dk.netarkivet.viewerproxy
 

Fields in dk.netarkivet.viewerproxy declared as ViewerArcRepositoryClient
(package private)  ViewerArcRepositoryClient GetDataResolver.client
          The client for the arc repository.
 

Constructors in dk.netarkivet.viewerproxy with parameters of type ViewerArcRepositoryClient
ARCArchiveAccess(ViewerArcRepositoryClient arcRepositoryClient)
          Initialise new ARCArchiveAccess with no index file.
GetDataResolver(URIResolver ur, ViewerArcRepositoryClient client)
          Make a new GetDataResolver, which calls commands on the arcrepository, and forwards all other requests to the given URIResolver.
LocalCDXCache(ViewerArcRepositoryClient arcRepos)
          Deprecated. Construct a new CDXCache object.