Lab 2.7: Implementing a Job Class
Aside from the configuration and/or implementation of job components, you can also implement an entire job class that derives from ScheduledJob. The implementation DefaultScheduledJob provides support for reading job data exporters and job result handlers from the XML configuration, as well as a default implementation for schedule propagation. For example, ClashJob has a special implementation for propagation.
It is recommended to use DefaultScheduledJob whenever possible and to avoid writing new job classes.
Was this helpful?