摘要:
一、下面是Quartz的配置文件 com.unistore.pay.ftp.MyTaskUsingQuartzJobBean com.unistore.pay.ftp.GenerateBilInfoQuartz com.unistore.pay.ftp.GenerateBFBilQu... 阅读全文
摘要:
概述了解Quartz体系结构Quartz对任务调度的领域问题进行了高度的抽象,提出了调度器、任务和触发器这3个核心的概念,并在org.quartz通过接口和类对重要的这些核心概念进行描述:●Job:是一个接口,只有一个方法void execute(JobExecutionContext contex... 阅读全文