Uses of Interface
dk.netarkivet.harvester.harvesting.JobInfo

Packages that use JobInfo
dk.netarkivet.harvester.datamodel   
dk.netarkivet.harvester.harvesting This module handles defining, scheduling, and execution of harvests. 
dk.netarkivet.harvester.harvesting.metadata   
 

Uses of JobInfo in dk.netarkivet.harvester.datamodel
 

Classes in dk.netarkivet.harvester.datamodel that implement JobInfo
 class Job
          This class represents one job to run by Heritrix.
 

Uses of JobInfo in dk.netarkivet.harvester.harvesting
 

Constructors in dk.netarkivet.harvester.harvesting with parameters of type JobInfo
HeritrixFiles(java.io.File crawlDir, JobInfo harvestJob)
          Alternate constructor that by default reads the jmxPasswordFile, and jmxAccessFile from the current settings.
HeritrixFiles(java.io.File crawlDir, JobInfo harvestJob, java.io.File jmxPasswordFile, java.io.File jmxAccessFile)
          Create a new HeritrixFiles object for a job.
 

Uses of JobInfo in dk.netarkivet.harvester.harvesting.metadata
 

Classes in dk.netarkivet.harvester.harvesting.metadata that implement JobInfo
 class PersistentJobData
          Class PersistentJobData holds information about an ongoing harvest.