| Package | Description |
|---|---|
| org.quartz.examples.example15 |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRecoveryStatefulJob
This job has the same functionality of SimpleRecoveryJob
except that this job implements is 'stateful', in that it
will have it's data (JobDataMap) automatically re-persisted
after each execution, and only one instance of the JobDetail
can be executed at a time.
|
Copyright © 2011. All Rights Reserved.