com.googlecode.fascinator.portal.quartz
Class HarvestJob

java.lang.Object
  extended by 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

Constructor Summary
HarvestJob()
           
 
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
 

Constructor Detail

HarvestJob

public HarvestJob()
Method Detail

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-2013. All Rights Reserved.