|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.quartz.jobs.NoOpJob
An implementation of Job, that does absolutely nothing - useful for system
which only wish to use
and TriggerListeners, rather than writing
Jobs that perform work.
JobListeners
| Constructor Summary | |
NoOpJob()
|
|
| Method Summary | |
void |
execute(JobExecutionContext context)
Do nothing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NoOpJob()
| Method Detail |
public void execute(JobExecutionContext context)
throws JobExecutionException
Do nothing.
execute in interface Joborg.quartz.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 | |||||||||