[Logo] Terracotta Discussion Forums
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
How to synchronize two JobListeners  XML
Forum Index -> Quartz
Author Message
sathesh

neo

Joined: 09/04/2012 23:25:38
Messages: 8
Offline

I have two Job Listeners listening to two different Jobs.
I need synchronize these two listeners so that i can fire a new Job on completion of the 2 jobs ?

thanks !
jhouse

seraphim
[Avatar]
Joined: 11/06/2009 15:29:56
Messages: 1654
Online

store some flags/state at a level global to both listeners, have the listeners update when their jobs have ran, and have them check to see if both have, and then schedule the next job.
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team