Package | Description |
---|---|
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
org.quartz.jobs |
Modifier and Type | Interface and Description |
---|---|
interface |
StatefulJob
Deprecated.
use DisallowConcurrentExecution and/or PersistJobDataAfterExecution annotations instead.
|
Modifier and Type | Class and Description |
---|---|
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-2019, Terracotta, Inc.