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

Packages that use UnknownID
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.arcrepositoryadmin   
dk.netarkivet.archive.bitarchive   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.common.distribute   
dk.netarkivet.common.utils   
dk.netarkivet.harvester.datamodel   
dk.netarkivet.harvester.harvesting   
dk.netarkivet.harvester.harvesting.distribute   
 

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

Methods in dk.netarkivet.archive.arcrepository.bitpreservation that throw UnknownID
 void DatabaseBasedActiveBitPreservation.replaceChangedFile(Replica replica, java.lang.String filename, java.lang.String credentials, java.lang.String checksum)
          Check that the checksum of the file is indeed different to the value in admin data and reference replica.
 

Uses of UnknownID in dk.netarkivet.archive.arcrepositoryadmin
 

Methods in dk.netarkivet.archive.arcrepositoryadmin that throw UnknownID
 ReplicaStoreState AdminData.getState(java.lang.String arcfileName, java.lang.String replicaChannelName)
          Retrieves the storage state of a file for a specific replica.
 StoreMessage UpdateableAdminData.removeReplyInfo(java.lang.String arcfileName)
          Removes the replyInfo associated with arcfileName.
 void UpdateableAdminData.setReplyInfo(java.lang.String arcfileName, StoreMessage replyInfo)
          Records the replyInfo (StoreMessage object) so that it can be retrieved using the given file name.
 void UpdateableAdminData.setState(java.lang.String arcfileName, java.lang.String bitarchiveID, ReplicaStoreState state)
          Sets the store state for the given file on the given bitarchive.
 

Uses of UnknownID in dk.netarkivet.archive.bitarchive
 

Methods in dk.netarkivet.archive.bitarchive that throw UnknownID
 BitarchiveRecord Bitarchive.get(java.lang.String arcfile, long index)
          Get an ARC record out of the archive.
 

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

Methods in dk.netarkivet.archive.bitarchive.distribute that throw UnknownID
static BitarchiveServer BitarchiveServer.getInstance()
          Returns the unique instance of this class The server creates an instance of the bitarchive it provides access to and starts to listen to JMS messages on the incomming jms queue

Also, heartbeats are sent out at regular intervals to the Bitarchive Monitor, to tell that this bitarchive is alive.

 

Uses of UnknownID in dk.netarkivet.common.distribute
 

Methods in dk.netarkivet.common.distribute that throw UnknownID
static ChannelID Channels.retrieveReplicaChannelFromReplicaId(java.lang.String replicaId)
          The method for retrieving the identification channel for a replica based on the Id of this replica.
static java.lang.String Channels.retrieveReplicaChannelNameFromReplicaId(java.lang.String replicaId)
          The method for retrieving the name of the identification channel for a replica based on the Id of this replica.
static Replica Channels.retrieveReplicaFromIdentifierChannel(java.lang.String channelName)
          Method for extracting the replica from the name of the identifier channel.
 

Uses of UnknownID in dk.netarkivet.common.utils
 

Methods in dk.netarkivet.common.utils that throw UnknownID
static java.lang.String Settings.get(java.lang.String key)
          Gets a setting.
static java.lang.String[] Settings.getAll(java.lang.String key)
          Gets a list of settings.
static boolean Settings.getBoolean(java.lang.String key)
          Gets a setting as a boolean.
static int Settings.getInt(java.lang.String key)
          Gets a setting as an int.
static long Settings.getLong(java.lang.String key)
          Gets a setting as a long.
 

Constructors in dk.netarkivet.common.utils that throw UnknownID
FileUtils.FilenameParser(java.io.File file)
          Parses the name of the given file.
 

Uses of UnknownID in dk.netarkivet.harvester.datamodel
 

Methods in dk.netarkivet.harvester.datamodel that throw UnknownID
abstract  java.util.List<java.lang.Long> JobDAO.getJobIDsForDuplicateReduction(long jobID)
          Calculate all jobIDs to use for duplication reduction.
 java.util.List<java.lang.Long> JobDBDAO.getJobIDsForDuplicateReduction(long jobID)
          Calculate all jobIDs to use for duplication reduction.
abstract  Job JobDAO.read(java.lang.Long jobID)
          Reads a job from persistent storage.
 HarvestDefinition HarvestDefinitionDBDAO.read(java.lang.Long harvestDefinitionID)
          Read the stored harvest definition for the given ID.
abstract  HarvestDefinition HarvestDefinitionDAO.read(java.lang.Long harvestDefinitionID)
          Read the stored harvest definition for the given ID.
 

Uses of UnknownID in dk.netarkivet.harvester.harvesting
 

Methods in dk.netarkivet.harvester.harvesting that throw UnknownID
static java.net.URI HarvestDocumentation.getCDXURI(java.lang.String harvestID, java.lang.String jobID, java.lang.String timeStamp, java.lang.String serialNumber)
          Generates a URI identifying CDX info for one harvested ARC file.
 

Uses of UnknownID in dk.netarkivet.harvester.harvesting.distribute
 

Methods in dk.netarkivet.harvester.harvesting.distribute that throw UnknownID
 void HarvestControllerServer.visit(DoOneCrawlMessage msg)
          Receives a DoOneCrawlMessage and call onDoOneCrawl.