Package com.almis.awe.scheduler.listener
Class SchedulerJobListener
java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.scheduler.listener.SchedulerJobListener
- All Implemented Interfaces:
org.quartz.JobListener
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
- Author:
- dfuentes
-
Constructor Summary
ConstructorDescriptionSchedulerJobListener
(org.springframework.context.ApplicationEventPublisher eventPublisher) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
jobExecutionVetoed
(org.quartz.JobExecutionContext jobExecutionContext) void
jobToBeExecuted
(org.quartz.JobExecutionContext jobExecutionContext) void
jobWasExecuted
(org.quartz.JobExecutionContext jobExecutionContext, org.quartz.JobExecutionException exception) Methods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
Constructor Details
-
SchedulerJobListener
public SchedulerJobListener(org.springframework.context.ApplicationEventPublisher eventPublisher)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceorg.quartz.JobListener
-
jobToBeExecuted
public void jobToBeExecuted(org.quartz.JobExecutionContext jobExecutionContext) - Specified by:
jobToBeExecuted
in interfaceorg.quartz.JobListener
-
jobExecutionVetoed
public void jobExecutionVetoed(org.quartz.JobExecutionContext jobExecutionContext) - Specified by:
jobExecutionVetoed
in interfaceorg.quartz.JobListener
-
jobWasExecuted
public void jobWasExecuted(org.quartz.JobExecutionContext jobExecutionContext, org.quartz.JobExecutionException exception) - Specified by:
jobWasExecuted
in interfaceorg.quartz.JobListener
-