Uses of Class
dk.netarkivet.common.exceptions.NotImplementedException

Packages that use NotImplementedException
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.common.distribute   
 

Uses of NotImplementedException in dk.netarkivet.archive.arcrepository.bitpreservation
 

Methods in dk.netarkivet.archive.arcrepository.bitpreservation that throw NotImplementedException
 void DatabaseBasedActiveBitPreservation.addMissingFilesToAdminData(java.lang.String... filenames)
          Old method, which refers to teh checksum replica part of admin data.
 void DatabaseBasedActiveBitPreservation.changeStateForAdminData(java.lang.String filename)
          This should reestablish the state for the file.
 java.lang.Iterable<java.lang.String> DatabaseBasedActiveBitPreservation.getChangedFilesForAdminData()
          Old method, which refers to the checksum replica part of admin data.
 FilePreservationState DatabaseBasedActiveBitPreservation.getFilePreservationState(java.lang.String filename)
          Method for retrieving the FilePreservationState for a specific file.
 java.util.Map<java.lang.String,FilePreservationState> DatabaseBasedActiveBitPreservation.getFilePreservationStateMap(java.lang.String... filenames)
          Method for retrieving the FilePreservationState for a list of files.
 java.lang.Iterable<java.lang.String> DatabaseBasedActiveBitPreservation.getMissingFilesForAdminData()
          Old method, which refers to the checksum replica part of admin data.
 

Uses of NotImplementedException in dk.netarkivet.archive.bitarchive.distribute
 

Methods in dk.netarkivet.archive.bitarchive.distribute that throw NotImplementedException
 void BitarchiveClient.correct(CorrectMessage msg)
          For correcting an erroneous entry in the archive.
 void BitarchiveClient.getAllChecksums(GetAllChecksumsMessage msg)
          This should creates a batch job for retrieving the checksum of all the files.
 void BitarchiveClient.getAllFilenames(GetAllFilenamesMessage msg)
          This should creates a batch job for retrieving all the filenames.
 GetChecksumMessage BitarchiveClient.getChecksum(ChannelID replyChannel, java.lang.String filename)
          This should creates a batch job for retrieving the checksum of the wanted files.
 void BitarchiveClient.getChecksum(GetChecksumMessage msg)
          This should creates a batch job for retrieving the checksum of the wanted files.
 

Uses of NotImplementedException in dk.netarkivet.common.distribute
 

Methods in dk.netarkivet.common.distribute that throw NotImplementedException
 java.lang.String NullRemoteFile.getChecksum()
          Returns a MD5 Checksum on the file.