站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Package org.springframework.scheduling.quartz (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Uses of Package
org.springframework.scheduling.quartz

Packages that use org.springframework.scheduling.quartz
org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context. 
 

Classes in org.springframework.scheduling.quartz used by org.springframework.scheduling.quartz
JobDetailAwareTrigger
          Interface to be implemented by Quartz Triggers that are aware of the JobDetail object that they are associated with.
MethodInvokingJobDetailFactoryBean.MethodInvokingJob
          Quartz Job implementation that invokes a specified method.
QuartzJobBean
          Simple implementation of the Quartz Job interface, applying the passed-in JobDataMap and also the SchedulerContext as bean property values.
 



Copyright (c) 2002-2007 The Spring Framework Project.