Package | Description |
---|---|
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
org.quartz.examples.example13 | |
org.quartz.examples.example15 | |
org.quartz.examples.example4 | |
org.quartz.examples.example5 | |
org.quartz.examples.example6 | |
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 |
SimpleRecoveryStatefulJob
This job has the same functionality of SimpleRecoveryJob
except that this job implements is 'stateful', in that it
will have it's data (JobDataMap) automatically re-persisted
after each execution, and only one instance of the JobDetail
can be executed at a time.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRecoveryStatefulJob
This job has the same functionality of SimpleRecoveryJob
except that this job implements is 'stateful', in that it
will have it's data (JobDataMap) automatically re-persisted
after each execution, and only one instance of the JobDetail
can be executed at a time.
|
Modifier and Type | Class and Description |
---|---|
class |
ColorJob
This is just a simple job that receives parameters and
maintains state
|
Modifier and Type | Class and Description |
---|---|
class |
StatefulDumbJob
A dumb implementation of Job, for unit testing purposes.
|
Modifier and Type | Class and Description |
---|---|
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
|
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 © 2014. All rights reserved.