Uses of Interface
dk.netarkivet.harvester.harvesting.controller.HeritrixController

Packages that use HeritrixController
dk.netarkivet.harvester.harvesting.controller   
 

Uses of HeritrixController in dk.netarkivet.harvester.harvesting.controller
 

Classes in dk.netarkivet.harvester.harvesting.controller that implement HeritrixController
 class AbstractJMXHeritrixController
          Abstract base class for JMX-based Heritrix controllers.
 class BnfHeritrixController
          This implementation of the HeritrixController interface starts Heritrix as a separate process and uses JMX to communicate with it.
 class JMXHeritrixController
          Deprecated. Use the BnfHeritrixController instead
 

Methods in dk.netarkivet.harvester.harvesting.controller that return HeritrixController
static HeritrixController HeritrixControllerFactory.getDefaultHeritrixController(java.lang.Object... args)
          Returns an instance of the default HeritrixController implementation defined by the setting dk.netarkivet.harvester.harvesting.heritrixController.class .