com.googlecode.fascinator.portal.quartz
Class HarvestJob
java.lang.Object
com.googlecode.fascinator.portal.quartz.HarvestJob
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
public class HarvestJob
- extends Object
- implements org.quartz.StatefulJob
Quartz job to run a harvest at routine intervals. This class implements the
StatefulJob interface and will never run concurrently.
- Author:
- Greg Pendlebury
|
Method Summary |
void |
execute(org.quartz.JobExecutionContext context)
This method will be called by quartz when the job trigger fires. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HarvestJob
public HarvestJob()
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- This method will be called by quartz when the job trigger fires.
- Specified by:
execute in interface org.quartz.Job
- Parameters:
context - The execution context of this job, including data.
- Throws:
org.quartz.JobExecutionException
Copyright © 2009-2011. All Rights Reserved.