This project has retired. For details please refer to its
Attic page.
RepositoryTaskJob
org.apache.maven.archiva.scheduled
Class RepositoryTaskJob
java.lang.Object
org.codehaus.plexus.scheduler.AbstractJob
org.apache.maven.archiva.scheduled.RepositoryTaskJob
- All Implemented Interfaces:
- org.quartz.InterruptableJob, org.quartz.Job
public class RepositoryTaskJob
- extends org.codehaus.plexus.scheduler.AbstractJob
This class is the repository job that is executed by the scheduler.
Fields inherited from class org.codehaus.plexus.scheduler.AbstractJob |
CONTEXT, EXECUTION_CONFIGURATION, LOGGER, SERVICE_MANAGER |
Method Summary |
void |
execute(org.quartz.JobExecutionContext context)
Execute the discoverer and the indexer. |
Methods inherited from class org.codehaus.plexus.scheduler.AbstractJob |
getConfiguration, getContext, getJobDataMap, getLogger, interrupt, isInterrupted, setJobDataMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryTaskJob
public RepositoryTaskJob()
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.codehaus.plexus.scheduler.AbstractJob
- Parameters:
context
-
- Throws:
org.quartz.JobExecutionException