类 BeanInvokingJob

java.lang.Object
cn.bbwres.biscuit.scheduler.job.BeanInvokingJob
所有已实现的接口:
org.quartz.Job
直接已知子类:
StatefulBeanInvokingJob

public class BeanInvokingJob extends Object implements org.quartz.Job
job
版本:
$Id: $Id
作者:
zhanglinfeng
  • 构造器详细资料

    • BeanInvokingJob

      public BeanInvokingJob()
  • 方法详细资料

    • setApplicationContext

      @Autowired public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      指定者:
      execute 在接口中 org.quartz.Job
      抛出:
      org.quartz.JobExecutionException