2.10.2. How does Job Scheduler work?

The following topics are covered:

2.10.2.1. How can Job Scheduler Service be used in Kernel?
2.10.2.2. Samples

Jobs are scheduled to run when a given Trigger occurs. Triggers can be created with nearly any combination of the following directives:

Jobs are given names by their creator and can also be organized into named groups. Triggers may also be given names and placed into groups, in order to easily organize them within the scheduler. Jobs can be added to the scheduler once, but registered with multiple Triggers. Within a J2EE environment, Jobs can perform their work as part of a distributed (XA) transaction.

(Source: quartz-scheduler.org)

Copyright ©2012. All rights reserved. eXo Platform SAS