Uses of Class
dk.netarkivet.common.utils.arc.FileBatchJob

Packages that use FileBatchJob
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.archive.bitarchive   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.common.distribute.arcrepository   
dk.netarkivet.common.utils.arc   
dk.netarkivet.common.utils.cdx   
 

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

Subclasses of FileBatchJob in dk.netarkivet.archive.arcrepository.bitpreservation
 class ChecksumJob
          Class responsible for checksumming files locally in a bit archive application.
 class FileListJob
          A batch job which returns a list of all files in the bitarchive in which it runs.
 

Uses of FileBatchJob in dk.netarkivet.archive.arcrepository.distribute
 

Methods in dk.netarkivet.archive.arcrepository.distribute with parameters of type FileBatchJob
 BatchStatus JMSArcRepositoryClient.batch(FileBatchJob job, java.lang.String locationName)
          Sends a BatchMessage to the Arcrepos queue and waits for the BatchReplyMessage reply before returning.
 

Uses of FileBatchJob in dk.netarkivet.archive.bitarchive
 

Methods in dk.netarkivet.archive.bitarchive with parameters of type FileBatchJob
 BatchStatus Bitarchive.batch(java.lang.String bitarchiveAppId, FileBatchJob job)
          Run a batch job on all ARC entries in the archive.
 

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

Methods in dk.netarkivet.archive.bitarchive.distribute that return FileBatchJob
 FileBatchJob BatchMessage.getJob()
          Retrieves batch job.
 

Methods in dk.netarkivet.archive.bitarchive.distribute with parameters of type FileBatchJob
 BatchMessage BitarchiveClient.batch(ChannelID replyChannel, FileBatchJob job)
          Submit a batch job to the archive.
 

Constructors in dk.netarkivet.archive.bitarchive.distribute with parameters of type FileBatchJob
BatchMessage(ChannelID to, ChannelID replyTo, FileBatchJob job, java.lang.String locationName)
          Creates a BatchMessage object which can be used to initiate a batch job.
BatchMessage(ChannelID to, FileBatchJob job, java.lang.String locationName)
          Creates a BatchMessage object which can be used to initiate a batch job.
 

Uses of FileBatchJob in dk.netarkivet.common.distribute.arcrepository
 

Methods in dk.netarkivet.common.distribute.arcrepository with parameters of type FileBatchJob
 BatchStatus ViewerArcRepositoryClient.batch(FileBatchJob job, java.lang.String locationName)
          Runs a batch batch job on each file in the ArcRepository.
 BatchStatus PreservationArcRepositoryClient.batch(FileBatchJob job, java.lang.String locationName)
          Runs a batch batch job on each file in the ArcRepository.
 BatchStatus ArcRepositoryClient.batch(FileBatchJob job, java.lang.String locationName)
          Runs a batch batch job on each file in the ArcRepository.
 BatchStatus TrivialArcRepositoryClient.batch(FileBatchJob job, java.lang.String locationName)
          Runs a batch batch job on each file in the ArcRepository.
 

Uses of FileBatchJob in dk.netarkivet.common.utils.arc
 

Subclasses of FileBatchJob in dk.netarkivet.common.utils.arc
 class ARCBatchJob
          Abstract class defining a batch job to run on an ARC archive.
 

Methods in dk.netarkivet.common.utils.arc with parameters of type FileBatchJob
 void BatchLocalFiles.run(FileBatchJob job, java.io.OutputStream os)
          Run the given job on the files associated with this object.
 

Uses of FileBatchJob in dk.netarkivet.common.utils.cdx
 

Subclasses of FileBatchJob in dk.netarkivet.common.utils.cdx
 class ExtractCDXJob
          Batch job that extracts information to create a CDX file.