摘要:
Cron is a UNIX tool that has been around for a long time, so its scheduling capabilities are powerful and proven. The CronTrigger class is based on th... 阅读全文
posted @ 2016-01-06 21:38
huey2672
阅读(439)
评论(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-06 20:34
huey2672
阅读(321)
评论(0)
推荐(0)
摘要:
Quartz Calendar objects (notjava.util.Calendar objects) can be associated with triggers at the time the trigger is defined and stored in the scheduler... 阅读全文
posted @ 2016-01-06 19:37
huey2672
阅读(239)
评论(0)
推荐(0)
摘要:
The JobDataMap can be used to hold any amount of (serializable) data objects which you wish to have made available to the job instance when it execute... 阅读全文
posted @ 2016-01-06 16:29
huey2672
阅读(359)
评论(0)
推荐(0)
摘要:
简单示例1. maven 依赖 org.quartz-scheduler quartz 2.2.1 org.quartz-scheduler quartz-jobs 2.2.1 ... 阅读全文
posted @ 2016-01-06 11:50
huey2672
阅读(679)
评论(0)
推荐(0)