|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IOFailure in dk.netarkivet.archive.arcrepository |
---|
Methods in dk.netarkivet.archive.arcrepository that throw IOFailure | |
---|---|
static ArcRepository |
ArcRepository.getInstance()
Returns the unique ArcRepository instance. |
void |
ArcRepository.store(RemoteFile rf,
StoreMessage replyInfo)
Stores a file in all known Bitarchives. |
Uses of IOFailure in dk.netarkivet.archive.arcrepository.bitpreservation |
---|
Methods in dk.netarkivet.archive.arcrepository.bitpreservation that throw IOFailure | |
---|---|
void |
ActiveBitPreservation.runFileListJob(Location institution)
Method to get a list of all files in a given bitarchive. |
void |
ActiveBitPreservation.runFileListJob(Location institution,
Location referencedBy,
java.util.List<java.lang.String> specifiedFiles)
Method to get a list of all files in a given bitarchive and store list in the given directory. |
Uses of IOFailure in dk.netarkivet.archive.arcrepository.distribute |
---|
Methods in dk.netarkivet.archive.arcrepository.distribute that throw IOFailure | |
---|---|
void |
JMSArcRepositoryClient.store(java.io.File file)
Sends a StoreMessage via the synchronized JMS connection method sendAndWaitForOneReply(). |
Uses of IOFailure in dk.netarkivet.archive.bitarchive |
---|
Methods in dk.netarkivet.archive.bitarchive that throw IOFailure | |
---|---|
BitarchiveRecord |
Bitarchive.get(java.lang.String arcfile,
long index)
Get an ARC record out of the archive. |
java.io.File |
BitarchiveAdmin.getTemporaryPath(java.lang.String arcFile,
long requestedSize)
Returns a temporary place for the the file to be stored. |
void |
Bitarchive.upload(RemoteFile arcfile,
java.lang.String fileName)
Upload an ARC file to this archive. |
Uses of IOFailure in dk.netarkivet.archive.bitarchive.distribute |
---|
Methods in dk.netarkivet.archive.bitarchive.distribute that throw IOFailure | |
---|---|
BatchMessage |
BitarchiveClient.batch(ChannelID replyChannel,
FileBatchJob job)
Submit a batch job to the archive. |
static BitarchiveMonitorServer |
BitarchiveMonitorServer.getInstance()
Returns the unique instance of a BitarchiveMonitorServer. |
static BitarchiveClient |
BitarchiveClient.getInstance(ChannelID all_ba_in,
ChannelID any_ba_in,
ChannelID the_bamon_in)
Factory that establish the connection to the server. |
Constructors in dk.netarkivet.archive.bitarchive.distribute that throw IOFailure | |
---|---|
BitarchiveMonitorServer()
Creates an instance of a BitarchiveMonitorServer. |
|
HeartBeatSender(ChannelID in_receiver,
BitarchiveServer in_baServer)
Constructs a HearBeatSender that sends heartbeats. |
Uses of IOFailure in dk.netarkivet.common.distribute |
---|
Methods in dk.netarkivet.common.distribute that throw IOFailure | |
---|---|
static JMSConnection |
JMSConnection.getInstance()
Establishes a connection to a specifik JMS-Broker defined in the settings file. |
static RemoteFile |
FTPRemoteFile.getInstance(java.io.File localFile,
java.lang.Boolean useChecksums,
java.lang.Boolean fileDeletable,
java.lang.Boolean multipleDownloads)
Create a remote file that handles the transport of the remote file data. |
void |
JMSConnection.removeListener(ChannelID mq,
javax.jms.MessageListener ml)
Removes the specified MessageListener from the given queue or topic. |
protected void |
JMSConnection.sendMessage(NetarkivetMessage nMsg,
ChannelID to)
Submit an ObjectMessage to the destination channel. |
void |
JMSConnection.setListener(ChannelID mq,
javax.jms.MessageListener ml)
Method adds a listener to the given queue or topic. |
Uses of IOFailure in dk.netarkivet.common.distribute.arcrepository |
---|
Methods in dk.netarkivet.common.distribute.arcrepository that throw IOFailure | |
---|---|
void |
TrivialArcRepositoryClient.store(java.io.File file)
Store the given file in the ArcRepository. |
void |
PreservationArcRepositoryClient.store(java.io.File file)
Store the given file in the ArcRepository. |
void |
HarvesterArcRepositoryClient.store(java.io.File file)
Store the given file in the ArcRepository. |
void |
ArcRepositoryClient.store(java.io.File file)
Store the given file in the ArcRepository. |
Uses of IOFailure in dk.netarkivet.common.utils |
---|
Methods in dk.netarkivet.common.utils that throw IOFailure | |
---|---|
static void |
FileUtils.copyDirectory(java.io.File from,
java.io.File to)
Copy an entire directory from one location to another. |
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 long |
Settings.getLong(java.lang.String key)
Gets a setting as a long. |
static org.dom4j.Document |
XmlUtils.getXmlDoc(java.io.File f)
Read and parse an XML-file, and return a Document object representing this object. |
static java.io.File |
FileUtils.makeValidFileFromExisting(java.lang.String filename)
Makes a valid file from filename passed in String. |
static byte[] |
FileUtils.readBinaryFile(java.io.File file)
Read an entire file, byte by byte, into a byte array, ignoring any locale issues. |
Uses of IOFailure in dk.netarkivet.harvester.datamodel |
---|
Methods in dk.netarkivet.harvester.datamodel that throw IOFailure | |
---|---|
static int |
DBConnect.getTableVersion(java.lang.String tablename)
Returns the version of a table according to schemaversions, or 0 for the initial, unnumbered version. |
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. |
abstract void |
JobDAO.update(Job job)
Update a Job in persistent storage. |
Uses of IOFailure in dk.netarkivet.harvester.harvesting |
---|
Methods in dk.netarkivet.harvester.harvesting that throw IOFailure | |
---|---|
void |
HeritrixLauncher.doCrawl()
This method launches heritrix in the following way: 1. |
static void |
HarvestDocumentation.documentHarvest(java.io.File crawlDir,
long jobID,
long harvestID)
Documents the harvest under the given dir in a packaged metadata arc file in a directory 'metadata' under the current dir. |
void |
HeritrixLauncher.setupOrderfile()
This method prepares the orderfile used by the Heritrix crawler. |
Uses of IOFailure in dk.netarkivet.harvester.harvesting.distribute |
---|
Methods in dk.netarkivet.harvester.harvesting.distribute that throw IOFailure | |
---|---|
void |
HarvestControllerClient.doOneCrawl(Job job,
java.util.List<MetadataEntry> metadata)
Submit an doOneCrawl request to a HarvestControllerServer with correct priority. |
static HarvestControllerServer |
HarvestControllerServer.getInstance()
Returns or creates the unique instance of this singleton The server creates an instance of the HarvestController, uploads arc-files from unfinshed harvests, and starts to listen to JMS messages on the incoming jms queues. |
static HarvestControllerClient |
HarvestControllerClient.getInstance()
Construction factory. |
void |
HarvestControllerServer.visit(DoOneCrawlMessage msg)
Receives a DoOneCrawlMessage and call onDoOneCrawl. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |