Uses of Interface
dk.netarkivet.common.lifecycle.ComponentLifeCycle

Packages that use ComponentLifeCycle
dk.netarkivet.common.lifecycle   
dk.netarkivet.harvester.scheduler   
 

Uses of ComponentLifeCycle in dk.netarkivet.common.lifecycle
 

Classes in dk.netarkivet.common.lifecycle that implement ComponentLifeCycle
 class LifeCycleComponent
          Takes care of the lifecycling of subcomponents(children).
 

Methods in dk.netarkivet.common.lifecycle with parameters of type ComponentLifeCycle
 void LifeCycleComponent.addChild(ComponentLifeCycle childComponent)
          Adds a child ComponentLifeCycle.
 

Uses of ComponentLifeCycle in dk.netarkivet.harvester.scheduler
 

Classes in dk.netarkivet.harvester.scheduler that implement ComponentLifeCycle
 class HarvesterStatusReceiver
          Handles the reception of status messages from the harvesters.
 class HarvestJobGenerator
          Handles the generation of new jobs based on the harvest definitions in persistent storage.
 class HarvestJobManager
          Handles the dispatching of scheduled harvest to the harvest servers based on the harvests defined in the database.
 class HarvestSchedulerMonitorServer
          Submitted harvesting jobs are registered with this singleton.
 class JobSupervisor
          Responsible for cleaning obsolete jobs, see JobSupervisor.start() for details.