org.quartz.examples
public class: DumbRecoveryStatefulJob [javadoc |
source]
java.lang.Object
org.quartz.examples.DumbDelayJob
org.quartz.examples.DumbRecoveryJob
org.quartz.examples.DumbRecoveryStatefulJob
All Implemented Interfaces:
StatefulJob, Job
A dumb implementation of Job, for unittesting purposes.
This jobs prints a different message if it detects that it is executing as a
recovery. It pauses (sleeps) for a few seconds within its execute method, so
that there's a good chance it will be running when a scheduler dies.
| Methods from org.quartz.examples.DumbRecoveryJob: |
|---|
|
execute |
| Methods from org.quartz.examples.DumbDelayJob: |
|---|
|
execute |