| Package | Description | 
|---|---|
| org.quartz | The main package of Quartz, containing the client-side interfaces. | 
| org.quartz.jobs | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | StatefulJobDeprecated. 
 use DisallowConcurrentExecution and/or PersistJobDataAfterExecution annotations instead. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DirectoryScanJobInspects a directory and compares whether any files' "last modified dates" 
 have changed since the last time it was inspected. | 
| class  | FileScanJobInspects a file and compares whether it's "last modified date" has changed
 since the last time it was inspected. | 
Copyright 2001-2019, Terracotta, Inc.