@org.quartz.PersistJobDataAfterExecution @org.quartz.DisallowConcurrentExecution public static class GrailsJobFactory.StatefulGrailsJob extends GrailsJob
Extension of the GrailsJob, has concurrent annotations. Quartz checks whether or not jobs are stateful and if so, won't let jobs interfere with each other.
| Constructor and description |
|---|
StatefulGrailsJob(java.lang.Object job) |