上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: ClusteringClustering currently only works with the AdoJobstore (JobStoreTX). Features include load-balancing and job fail-over (if the JobDetail's "re... 阅读全文
posted @ 2016-01-26 13:21 我在赫尔辛基火车站 阅读(305) 评论(0) 推荐(0)
摘要: Quartz is architected in modular way, and therefore to get it running, several components need to be "snapped" together. Fortunately, some helpers exi... 阅读全文
posted @ 2016-01-26 13:16 我在赫尔辛基火车站 阅读(794) 评论(0) 推荐(0)
摘要: JobStore's are responsible for keeping track of all the "work data" that you give to the scheduler: jobs, triggers, calendars, etc. Selecting the appr... 阅读全文
posted @ 2016-01-26 13:14 我在赫尔辛基火车站 阅读(396) 评论(0) 推荐(0)
摘要: SchedulerListeners are much like ITriggerListeners and IJobListeners, except they receive notification of events within the scheduler itself - not nec... 阅读全文
posted @ 2016-01-26 11:35 我在赫尔辛基火车站 阅读(542) 评论(0) 推荐(0)
摘要: Listeners are objects that you create to perform actions based on events occuring within the scheduler. As you can probably guess, TriggerListeners re... 阅读全文
posted @ 2016-01-26 11:31 我在赫尔辛基火车站 阅读(449) 评论(0) 推荐(0)
摘要: CronTriggers are often more useful than SimpleTrigger, if you need a job-firing schedule that recurs based on calendar-like notions, rather than on th... 阅读全文
posted @ 2016-01-26 11:23 我在赫尔辛基火车站 阅读(252) 评论(0) 推荐(0)
摘要: SimpleTrigger should meet your scheduling needs if you need to have a job execute exactly once at a specific moment in time, or at a specific moment i... 阅读全文
posted @ 2016-01-26 11:10 我在赫尔辛基火车站 阅读(354) 评论(0) 推荐(0)
摘要: Like jobs, triggers are relatively easy to work with, but do contain a variety of customizable options that you need to be aware of and understand bef... 阅读全文
posted @ 2016-01-26 10:34 我在赫尔辛基火车站 阅读(434) 评论(0) 推荐(0)
摘要: 如你所见,Job相当容易实现。这里只是介绍有关Jobs本质,IJob接口的Execute(..)方法以及JobDetails中需要理解的内容。在所实现的类成为真正的“Job”时,期望任务所具有的各种属性需要通知给Quartz。通过JobDetail类可以完成这个工作,这个类在前面的章节中曾简短提及过... 阅读全文
posted @ 2016-01-25 18:01 我在赫尔辛基火车站 阅读(360) 评论(0) 推荐(0)
摘要: The Quartz APIQuartz API 中主要的接口与类:IScheduler - the main API for interacting with the scheduler.IJob - an interface to be implemented by components tha... 阅读全文
posted @ 2016-01-25 10:05 我在赫尔辛基火车站 阅读(248) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 下一页