Package dk.netarkivet.harvester.harvesting.controller

Interface Summary
HeritrixController This interface encapsulates the direct access to Heritrix, allowing for accessing in various ways (direct class access or JMX).
 

Class Summary
AbstractJMXHeritrixController Abstract base class for JMX-based Heritrix controllers.
BnfHeritrixController This implementation of the HeritrixController interface starts Heritrix as a separate process and uses JMX to communicate with it.
BnfHeritrixLauncher BnF specific Heritrix launcher, that forces the use of BnfHeritrixController.
DefaultHeritrixLauncher Default implementation of the crawl control.
HeritrixControllerFactory A factory class for HeritrixController instances.
JMXHeritrixController Deprecated. Use the BnfHeritrixController instead