Uses of Package
dk.netarkivet.archive.arcrepositoryadmin

Packages that use dk.netarkivet.archive.arcrepositoryadmin
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.arcrepositoryadmin   
 

Classes in dk.netarkivet.archive.arcrepositoryadmin used by dk.netarkivet.archive.arcrepository.bitpreservation
ArcRepositoryEntry
          This class contains the information that we keep about each file in the arcrepository: Checksum and the store states for all bitarchives.
ReplicaFileInfo
          This is a container for the ReplicaFileInfo table in the bitpreservation database.
 

Classes in dk.netarkivet.archive.arcrepositoryadmin used by dk.netarkivet.archive.arcrepositoryadmin
Admin
          The interface for the administration of the storage.
AdminData
          Deprecated. Use the DatabaseAdmin instead.
ArchiveStoreState
          This class contains a storestate, and the time, when it was last set.
ArcRepositoryEntry
          This class contains the information that we keep about each file in the arcrepository: Checksum and the store states for all bitarchives.
BitPreservationDAO
          This is an interface for communicating with bitpreservation databases.
ChecksumStatus
          The status of the checksum for the bitpreservation database.
DatabaseAdmin
          The administrator class for the ArcRepository when dealing with an database instead of a file (alternative to AdminData).
DBSpecifics
          Abstract collection of DB methods that are not standard SQL.
DerbySpecifics
          Derby-specific implementation of DB methods.
FileListStatus
          The status for the file list updates.
ReadOnlyAdminData
          Deprecated. This class is only used by the deprecated class FileBasedActiveBitPreservation.
ReplicaCacheDatabase
          Method for storing the bitpreservation cache in a database.
ReplicaFileInfo
          This is a container for the ReplicaFileInfo table in the bitpreservation database.
UpdateableAdminData
          Deprecated. Use the database instance instead, DatabaseAdmin.