java.lang.Objectorg.quartz.jobs.NoOpJob
All Implemented Interfaces:
Job
An implementation of Job, that does absolutely nothing - useful for system
which only wish to use org.quartz.TriggerListener s
and org.quartz.JobListener s, rather than writing
Jobs that perform work.
James - House| Constructor: |
|---|
|
| Method from org.quartz.jobs.NoOpJob Summary: |
|---|
| execute |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.jobs.NoOpJob Detail: |
|---|
Do nothing. |