| Class | Description |
|---|---|
| Job | |
| JobAction |
A JobAction encapsulates business logic that can be reused in more than one place.
|
| JobContainer |
The highest class of the Job hierarchy which contains the ThreadLocal instance, the JobContext, and handles terminating of Jobs.
|
| JobContext |
The JobContext is a Map that contains key value pairs from the Quartz Job's JobDataMap object and any key/value pairs the user wishes to add.
|
| SundialJobScheduler |
Main entry-point to the Sundial scheduler
|
Copyright © 2011–2017 Knowm Inc.. All rights reserved.