开发者

How does quartz track the time

How does quartz track the time ? Is it a continuous timer running in background or does it somehow uses the OS scheduler or is it somet开发者_StackOverflow社区hing else ?

Which class actually holds this feature ?

Thanks.


As far as I digged into Quartz source code, I found (at least for StdScheduler implementation which is proxy of QuartzScheduler) that its scheduling thread QuartzSchedulingThread uses System.currentTimeMillis() for prediction of the next job trigger run.

Please look inside QuartzSchedulerThread.java .

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜