public abstract class AbstractStatefulJob extends Object implements org.quartz.StatefulJob
| Constructor and Description |
|---|
AbstractStatefulJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context)
Quartz will call this method when it needs to execute the job.
|
abstract void |
executeJobCode(org.quartz.JobExecutionContext context)
Subclasses should implement this method to perform the actual job.
|
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionJob.execute(JobExecutionContext)public abstract void executeJobCode(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
context - org.quartz.JobExecutionExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.