Uses of Interface
org.quartz.StatefulJob

Packages that use StatefulJob
org.quartz.examples.example13   
org.quartz.examples.example4   
org.quartz.examples.example5   
org.quartz.examples.example6   
org.quartz.jobs   
 

Uses of StatefulJob in org.quartz.examples.example13
 

Classes in org.quartz.examples.example13 that implement StatefulJob
 class SimpleRecoveryStatefulJob
          This job has the same functionality of SimpleRecoveryJob except that this job implements the StatefulJob interface
 

Uses of StatefulJob in org.quartz.examples.example4
 

Classes in org.quartz.examples.example4 that implement StatefulJob
 class ColorJob
           This is just a simple job that receives parameters and maintains state
 

Uses of StatefulJob in org.quartz.examples.example5
 

Classes in org.quartz.examples.example5 that implement StatefulJob
 class MisfireJob
           A dumb implementation of Job, for unittesting purposes.
 class StatefulDumbJob
           A dumb implementation of Job, for unittesting purposes.
 

Uses of StatefulJob in org.quartz.examples.example6
 

Classes in org.quartz.examples.example6 that implement StatefulJob
 class BadJob1
           A job dumb job that will throw a job execution exception
 class BadJob2
           A job dumb job that will throw a job execution exception
 

Uses of StatefulJob in org.quartz.jobs
 

Classes in org.quartz.jobs that implement StatefulJob
 class FileScanJob
          Inspects a file and compares whether it's "last modified date" has changed since the last time it was inspected.
 



Copyright © 2010. All Rights Reserved.