org.quartz.examples.example13
Class SimpleRecoveryStatefulJob
java.lang.Object
org.quartz.examples.example13.SimpleRecoveryJob
org.quartz.examples.example13.SimpleRecoveryStatefulJob
- All Implemented Interfaces:
- Job, StatefulJob
public class SimpleRecoveryStatefulJob
- extends SimpleRecoveryJob
- implements StatefulJob
This job has the same functionality of SimpleRecoveryJob
except that this job implements the StatefulJob interface
- Author:
- Bill Kratzer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.quartz.Job |
execute |
SimpleRecoveryStatefulJob
public SimpleRecoveryStatefulJob()
Copyright © 2010. All Rights Reserved.