org.apache.archiva.scheduler.repository
Class RepositoryTaskJob

java.lang.Object
  extended by org.apache.archiva.redback.components.scheduler.AbstractJob
      extended by org.apache.archiva.scheduler.repository.RepositoryTaskJob
All Implemented Interfaces:
org.quartz.InterruptableJob, org.quartz.Job

public class RepositoryTaskJob
extends org.apache.archiva.redback.components.scheduler.AbstractJob

This class is the repository job that is executed by the scheduler.


Field Summary
 
Fields inherited from class org.apache.archiva.redback.components.scheduler.AbstractJob
CONTEXT, EXECUTION_CONFIGURATION, LOGGER, SERVICE_MANAGER
 
Constructor Summary
RepositoryTaskJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          Execute the discoverer and the indexer.
 
Methods inherited from class org.apache.archiva.redback.components.scheduler.AbstractJob
getJobDataMap, getLogger, interrupt, isInterrupted, setJobDataMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryTaskJob

public RepositoryTaskJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Execute the discoverer and the indexer.

Specified by:
execute in interface org.quartz.Job
Specified by:
execute in class org.apache.archiva.redback.components.scheduler.AbstractJob
Parameters:
context -
Throws:
org.quartz.JobExecutionException


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.