public class HarvestJob
extends java.lang.Object
implements org.quartz.StatefulJob
| Constructor and Description |
|---|
HarvestJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context)
This method will be called by quartz when the job trigger fires.
|
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Jobcontext - The execution context of this job, including data.org.quartz.JobExecutionExceptionCopyright © 2009-2019. All Rights Reserved.