|
Class Summary |
| ScheduledJobInfo |
Information about a Scheduled Job |
| Scheduler |
A Scheduler to trigger Startup, System and User defined jobs |
| SystemTaskJob |
Class to represent a SystemTask Job
Can be used by SystemTasks to schedule themselves as job's
SystemTaskJobs may only have a Single Instance
running in the scheduler at once, intersecting
schedules will be queued. |
| TestJob |
|
| UserJavaJob |
Class to represent a User's Java Job
Should be extended by all classes wishing to
schedule as a Job that perform user defined functionality |
| UserJob |
Class to represent a User's Job
Should be extended by all classes wishing to
schedule as a Job that perform user defined functions
Classes extending UserJob may have multiple
instances executing within the scheduler at once |
| UserXQueryJob |
Class to represent a User's XQuery Job
Extends UserJob |