Uses of Class
dk.netarkivet.harvester.distribute.HarvesterMessage

Packages that use HarvesterMessage
dk.netarkivet.harvester.distribute   
dk.netarkivet.harvester.harvesting.distribute   
dk.netarkivet.harvester.indexserver.distribute   
 

Uses of HarvesterMessage in dk.netarkivet.harvester.distribute
 

Subclasses of HarvesterMessage in dk.netarkivet.harvester.distribute
 class IndexReadyMessage
          A message to send from the IndexServer to HarvestJobManager, that the index required by harvest with a given ID is ready.
 

Uses of HarvesterMessage in dk.netarkivet.harvester.harvesting.distribute
 

Subclasses of HarvesterMessage in dk.netarkivet.harvester.harvesting.distribute
 class CrawlProgressMessage
          This class wraps information stored in the Heritrix MBeans, CrawlService and CrawlService.Job, and represents the crawl progress.
 class CrawlStatusMessage
          Instances of this class are sent by a HarvestControllerServer to the THE_SCHED queue to indicate the progress of a heritrix crawl.
 class DoOneCrawlMessage
          Container for doOneCrawl request.
 class FrontierReportMessage
          Sends a frontier report to the HarvestMonitor.
 class HarvesterReadyMessage
          The HarvestControllerServer periodically sends HarvesterReadyMessages to the JobDispatcher to notify it whether it is available for processing a job or already processing one.
 class HarvesterRegistrationRequest
          Message sent by a HarvestController at startup, to check if the channel name it has been assigned is valid (e.g.
 class HarvesterRegistrationResponse
          Message sent by the HarvesterStatusReceiver after processing a HarvesterRegistrationRequest message.
 class JobEndedMessage
          This message is sent by the HarvestSchedulerMonitorServer to the HarvestMonitor to notify it that a job ended and should not be monitored anymore, and that any resource used to monitor this job should be freed.
 

Uses of HarvesterMessage in dk.netarkivet.harvester.indexserver.distribute
 

Subclasses of HarvesterMessage in dk.netarkivet.harvester.indexserver.distribute
 class IndexRequestMessage
          Message for requesting and index from the index server, and for giving back the reply.