org.apache.maven.continuum.scheduler
Class ContinuumPurgeJob

java.lang.Object
  extended by org.codehaus.plexus.scheduler.AbstractJob
      extended by org.apache.maven.continuum.scheduler.ContinuumPurgeJob
All Implemented Interfaces:
org.quartz.InterruptableJob, org.quartz.Job

public class ContinuumPurgeJob
extends org.codehaus.plexus.scheduler.AbstractJob

Since:
25 jul 07
Version:
$Id: ContinuumPurgeJob.java 1372260 2012-08-13 04:29:09Z brett $
Author:
Maria Catherine Tan

Field Summary
static String PURGE_GROUP
           
 
Fields inherited from class org.codehaus.plexus.scheduler.AbstractJob
CONTEXT, EXECUTION_CONFIGURATION, LOGGER, SERVICE_MANAGER
 
Constructor Summary
ContinuumPurgeJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
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
 

Field Detail

PURGE_GROUP

public static final String PURGE_GROUP
See Also:
Constant Field Values
Constructor Detail

ContinuumPurgeJob

public ContinuumPurgeJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
Specified by:
execute in interface org.quartz.Job
Specified by:
execute in class org.codehaus.plexus.scheduler.AbstractJob


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