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

Packages that use UnknownID
dk.netarkivet.archive.arcrepositoryadmin   
dk.netarkivet.archive.bitarchive   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.archive.webinterface   
dk.netarkivet.common.distribute   
dk.netarkivet.common.utils   
dk.netarkivet.harvester.datamodel   
dk.netarkivet.harvester.harvesting This module handles defining, scheduling, and execution of harvests. 
dk.netarkivet.harvester.harvesting.distribute   
 

Uses of UnknownID in dk.netarkivet.archive.arcrepositoryadmin
 

Methods in dk.netarkivet.archive.arcrepositoryadmin that throw UnknownID
 void ReplicaCacheDatabase.addFileListInformation(java.util.List<java.lang.String> filelist, Replica replica)
          Method for adding the results from a list of filenames on a replica.
 java.lang.String AdminData.getCheckSum(java.lang.String arcfileName)
          Deprecated. Get Checksum for a given arcfile.
 ReplicaStoreState AdminData.getState(java.lang.String arcfileName, java.lang.String replicaChannelName)
          Deprecated. Retrieves the storage state of a file for a specific replica.
 StoreMessage UpdateableAdminData.removeReplyInfo(java.lang.String fileName)
          Deprecated. Removes the replyInfo associated with arcfileName.
 void UpdateableAdminData.setCheckSum(java.lang.String fileName, java.lang.String checkSum)
          Deprecated. Set/update the checksum for a given arcfileName in the admindata.
 void UpdateableAdminData.setReplyInfo(java.lang.String fileName, StoreMessage replyInfo)
          Deprecated. Records the replyInfo (StoreMessage object) so that it can be retrieved using the given file name.
 void UpdateableAdminData.setState(java.lang.String fileName, java.lang.String replicaID, ReplicaStoreState state)
          Deprecated. 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 or WARC record out of the archive.
 void BitarchiveAdmin.updateFileList(java.io.File basedir)
          Method for updating the filelist for a given basedir.
 

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.archive.webinterface
 

Methods in dk.netarkivet.archive.webinterface that throw UnknownID
static void BatchGUI.getPageForClass(javax.servlet.jsp.PageContext context)
          Method for creating the page for a batchjob.
 

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 double Settings.getDouble(java.lang.String key)
          Gets a setting as a double.
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  void GlobalCrawlerTrapListDAO.delete(int id)
          Deletes a crawler trap list from the database.
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  GlobalCrawlerTrapList GlobalCrawlerTrapListDAO.read(int id)
          Get a traplist from the database.
abstract  Job JobDAO.read(java.lang.Long jobID)
          Reads a job from persistent storage.
abstract  ExtendedFieldType ExtendedFieldTypeDAO.read(java.lang.Long aExtendedFieldID)
           
abstract  ExtendedField ExtendedFieldDAO.read(java.lang.Long aExtendedFieldID)
          Reads an ExtendedField 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.
abstract  ExtendedFieldValue ExtendedFieldValueDAO.read(java.lang.Long aExtendedFieldID, java.lang.Long aInstanceID)
           
abstract  void GlobalCrawlerTrapListDAO.update(GlobalCrawlerTrapList trapList)
          Updates a given global crawler trap list.
 

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.