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

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

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

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

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

Subinterfaces of PreservationArcRepositoryClient 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 PreservationArcRepositoryClient
 class LocalArcRepositoryClient
          A simple implementation of ArcRepositoryClient that just has a number of local directories that it keeps its files in.
 class TrivialArcRepositoryClient
          A minimal implementation of ArcRepositoryClient that just has one local directory that it keeps its files in, no checking no nothing.
 

Methods in dk.netarkivet.common.distribute.arcrepository that return PreservationArcRepositoryClient
static PreservationArcRepositoryClient ArcRepositoryClientFactory.getPreservationInstance()
          Returns a new ArcRepositoryClient suitable for use in bit preservation.