›› 2015, Vol. 28 ›› Issue (10): 100-.

• 论文 • 上一篇    下一篇

任务定时调度在企业级开发中的研究

王秀,孙忠林,姜莉   

  1. (山东科技大学 信息科学与工程学院,山东 青岛 266590)
  • 出版日期:2015-10-15 发布日期:2015-10-29
  • 作者简介:王秀(1989—),女,硕士研究生。研究方向:计算机应用技术。E-mail:wangxiu5278@163.com。孙忠林(1962—),男,教授,硕士生导师。研究方向:计算机应用和数据库。

Research on Enterprise Task Schedule

WANG Xiu,SUN Zhonglin,JIANG Li   

  1. (School of Information Science and Engineering,Shandong University of Science and Technology,Qingdao 266590,China)
  • Online:2015-10-15 Published:2015-10-29

摘要: 目前的Web应用多数具备任务调度的功能。文中研究了基于Java实现的几种任务调度方法。包括使用JDK Timer、实现ScheduledExecuter接口的子类以及使用Quartz调度器。根据不同的任务调度需求选择合适的任务调度方法,对于任务调度在企业的开发工作具有一定意义。

关键词: 任务定时调度, Timer, ScheduledExecuter, Quartz

Abstract: Presently most web applications have the function of task schedule.In this paper,we study several task schedule methods based on Java implementation,including the use of JDK Timer,the implements of ScheduledExecuter and the use of Quartz for different requirements.

Key words: task schedule;Timer;ScheduledExecuter;Quartz

中图分类号: 

  • TP315