Class ProgressJob

java.lang.Object
com.almis.awe.scheduler.job.execution.ProgressJob
All Implemented Interfaces:
org.quartz.InterruptableJob, org.quartz.Job

public class ProgressJob extends Object implements org.quartz.InterruptableJob
  • Constructor Details

    • ProgressJob

      public ProgressJob(org.springframework.context.ApplicationEventPublisher eventPublisher)
      Autowired constructor
      Parameters:
      eventPublisher - Event publisher
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context)
      Specified by:
      execute in interface org.quartz.Job
    • interrupt

      public void interrupt() throws org.quartz.UnableToInterruptJobException
      Specified by:
      interrupt in interface org.quartz.InterruptableJob
      Throws:
      org.quartz.UnableToInterruptJobException