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

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

Uses of UnknownID in dk.netarkivet.archive.arcrepositoryadmin
 

Methods in dk.netarkivet.archive.arcrepositoryadmin that throw UnknownID
 BitArchiveStoreState AdminData.getState(java.lang.String arcfileName, java.lang.String bitArchive)
          Retrieves the storage state of a file for a specific bitarchive.
 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, BitArchiveStoreState 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.common.distribute
 

Methods in dk.netarkivet.common.distribute that throw UnknownID
static JMSConnectionSunMQ JMSConnectionSunMQ.getInstance()
          Intialises an Open Message Queue JMS connection.
 

Uses of UnknownID in dk.netarkivet.common.utils
 

Methods in dk.netarkivet.common.utils that throw UnknownID
 java.lang.String SettingsStructure.get(java.lang.String key)
          Gets a setting.
 java.lang.String[] SettingsStructure.getAll(java.lang.String key)
          Gets a list of settings.
 long SettingsStructure.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)
          Parser the name of the given file.
 

Uses of UnknownID in dk.netarkivet.common.webinterface
 

Methods in dk.netarkivet.common.webinterface that throw UnknownID
static java.lang.String HTMLUtils.getTitle(java.lang.String url, java.util.Locale locale)
          Given a URL in the sitesection hierarchy, returns the corresponding page title.
 

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.