类 TestJob

  • 所有已实现的接口:
    org.quartz.Job

    @IocBean
    public class TestJob
    extends Object
    implements org.quartz.Job
    Created by Wizzer.cn on 2015/6/27.
    • 字段详细资料

      • sysTaskService

        @Inject
        @Reference
        protected cn.wizzer.app.sys.modules.services.SysTaskService sysTaskService
    • 构造器详细资料

      • TestJob

        public TestJob()
    • 方法详细资料

      • execute

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