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

Packages that use HarvesterArcRepositoryClient
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.common.distribute.arcrepository   
 

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

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

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

Subinterfaces of HarvesterArcRepositoryClient 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 HarvesterArcRepositoryClient
 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 HarvesterArcRepositoryClient
static HarvesterArcRepositoryClient ArcRepositoryClientFactory.getHarvesterInstance()
          Returns a new ArcRepositoryClient suitable for use by a harvester.