Quartz: triggering multiple jobs

Posted by Phanindra on Stack Overflow See other posts from Stack Overflow or by Phanindra
Published on 2010-05-05T14:57:21Z Indexed on 2010/05/05 21:08 UTC
Read the original article Hit count: 197

Filed under:
|

In Quarts, can I use a single trigger to schedule multiple jobs, so that all the jobs gets executed in parallel. What is the best way to do this.

Example, every hour execute Jobs j1, j2, ..., jn in parallel. Assuming that there is no dependency between the jobs.

© Stack Overflow or respective owner

Related posts about quartz

Related posts about java