Uses of Class
dk.netarkivet.common.lifecycle.LifeCycleComponent

Packages that use LifeCycleComponent
dk.netarkivet.common.utils   
dk.netarkivet.harvester.scheduler   
 

Uses of LifeCycleComponent in dk.netarkivet.common.utils
 

Methods in dk.netarkivet.common.utils with parameters of type LifeCycleComponent
static void ApplicationUtils.startApp(LifeCycleComponent component)
          Starts up an LifeCycleComponent.
 

Constructors in dk.netarkivet.common.utils with parameters of type LifeCycleComponent
ShutdownHook(LifeCycleComponent app)
          Returns a ShutdownHook thread for an object with a cleanup() method.
 

Uses of LifeCycleComponent in dk.netarkivet.harvester.scheduler
 

Subclasses of LifeCycleComponent in dk.netarkivet.harvester.scheduler
 class HarvestJobManager
          Handles the dispatching of scheduled harvest to the harvest servers based on the harvests defined in the database.