Save This Page
Home » quartz-1.6.0 » org » quartz » examples » example13 » [javadoc | source]
org.quartz.examples.example13
public class: SimpleRecoveryJob [javadoc | source]
java.lang.Object
   org.quartz.examples.example13.SimpleRecoveryJob

All Implemented Interfaces:
    Job

Direct Known Subclasses:
    SimpleRecoveryStatefulJob

A dumb implementation of Job, for unittesting purposes.

Constructor:
 public SimpleRecoveryJob() 
Method from org.quartz.examples.example13.SimpleRecoveryJob Summary:
execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.examples.example13.SimpleRecoveryJob Detail:
 public  void execute(JobExecutionContext context) throws JobExecutionException