[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Does Schedular have to remain active until all jobs are executed.  XML
Forum Index -> Quartz
Author Message
neilmanf

neo

Joined: 01/27/2010 07:07:33
Messages: 1
Offline

I am invoking a quartz job from a UI dialog to have it reset some configuration values after a certain time interval. Do I have to invoke the scheduling class asynchronously so it will remain active until the job executes?
jhouse

seraphim
[Avatar]
Joined: 11/06/2009 15:29:56
Messages: 1703
Offline

No, quartz maintains it's own threads for executing jobs. As long as the JVM doesn't terminate, quartz will execute the jobs that are scheduled in it.

 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team