Class ProgressJob
java.lang.Object
com.almis.awe.scheduler.job.execution.ProgressJob
- All Implemented Interfaces:
org.quartz.InterruptableJob
,org.quartz.Job
-
Constructor Summary
ConstructorDescriptionProgressJob
(org.springframework.context.ApplicationEventPublisher eventPublisher) Autowired constructor -
Method Summary
-
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 interfaceorg.quartz.Job
-
interrupt
public void interrupt() throws org.quartz.UnableToInterruptJobException- Specified by:
interrupt
in interfaceorg.quartz.InterruptableJob
- Throws:
org.quartz.UnableToInterruptJobException
-