|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.quartz.examples.StatefulDumbJob
A dumb implementation of Job, for unittesting purposes.
Field Summary | |
static java.lang.String |
EXECUTION_DELAY
|
static java.lang.String |
NUM_EXECUTIONS
|
Constructor Summary | |
StatefulDumbJob()
|
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 NUM_EXECUTIONS
public static final java.lang.String EXECUTION_DELAY
Constructor Detail |
public StatefulDumbJob()
Method Detail |
public void execute(JobExecutionContext context) throws JobExecutionException
Called by the
when a Scheduler
fires that is associated with the Trigger
Job
.
execute
in interface Job
JobExecutionException
- if there is an exception while executing the job.
|
Quartz Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |