org.quartz.examples.example13
Class SimpleRecoveryStatefulJob

java.lang.Object
  extended by org.quartz.examples.example13.SimpleRecoveryJob
      extended by 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

Constructor Summary
SimpleRecoveryStatefulJob()
           
 
Method Summary
 
Methods inherited from class org.quartz.examples.example13.SimpleRecoveryJob
execute
 
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
 

Constructor Detail

SimpleRecoveryStatefulJob

public SimpleRecoveryStatefulJob()


Copyright © 2010. All Rights Reserved.