|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.quartz.examples.DumbDelayJob
A dumb implementation of Job, for unittesting purposes.
This job includes a short pause during its execution.
| Field Summary | |
static long |
DEFAULT_DELAY
|
static java.lang.String |
KEY_DELAY
|
| Constructor Summary | |
DumbDelayJob()
|
|
| Method Summary | |
void |
execute(JobExecutionContext context)
Called by the when a
fires that is associated with the Job. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String KEY_DELAY
public static final long DEFAULT_DELAY
| Constructor Detail |
public DumbDelayJob()
| Method Detail |
public void execute(JobExecutionContext context)
throws JobExecutionException
Called by the when a Scheduler
fires that is associated with the TriggerJob.
execute in interface JobJobExecutionException - if there is an exception while executing the job.
|
Quartz Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||