Uses of Interface
org.quartz.StatefulJob

Packages that use StatefulJob
org.quartz.examples   
org.quartz.jobs   
 

Uses of StatefulJob in org.quartz.examples
 

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

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.
 


Quartz Project Page