Class QuartzDisallowConcurrentExecution

java.lang.Object
cn.net.pap.quartz.execution.QuartzDisallowConcurrentExecution
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution public class QuartzDisallowConcurrentExecution extends Object implements org.quartz.Job
禁止并行
  • Constructor Details

    • QuartzDisallowConcurrentExecution

      public QuartzDisallowConcurrentExecution()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext jobExecutionContext)
      Specified by:
      execute in interface org.quartz.Job