Uses of Class org.quartz.DisallowConcurrentExecution (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Class
org.quartz.DisallowConcurrentExecution

Packages that use DisallowConcurrentExecution
org.quartz The main package of Quartz, containing the client-side interfaces. 
org.quartz.jobs   
 

Uses of DisallowConcurrentExecution in org.quartz
 

Classes in org.quartz with annotations of type DisallowConcurrentExecution
 interface StatefulJob
          Deprecated. use DisallowConcurrentExecution and/or PersistJobDataAfterExecution annotations instead.
 

Uses of DisallowConcurrentExecution in org.quartz.jobs
 

Classes in org.quartz.jobs with annotations of type DisallowConcurrentExecution
 class DirectoryScanJob
          Inspects a directory and compares whether any files' "last modified dates" have changed since the last time it was inspected.
 class FileScanJob
          Inspects a file and compares whether it's "last modified date" has changed since the last time it was inspected.
 



Copyright 2001-2011, Terracotta, Inc.