public class ScheduledJobsListener extends Object implements org.quartz.JobListener
Modifier and Type | Field and Description |
---|---|
protected static String |
EXECUTING_JOBS_MANAGER_CLASS_NAME |
Constructor and Description |
---|
ScheduledJobsListener(ScheduledJobDao scheduledJobDAO,
ManagedScheduledJobRegistry jobRegistry,
ScheduleJobStatusManager statusManager,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
jobExecutionVetoed(org.quartz.JobExecutionContext context) |
void |
jobToBeExecuted(org.quartz.JobExecutionContext context) |
void |
jobWasExecuted(org.quartz.JobExecutionContext context,
org.quartz.JobExecutionException jobException) |
protected static final String EXECUTING_JOBS_MANAGER_CLASS_NAME
public ScheduledJobsListener(ScheduledJobDao scheduledJobDAO, ManagedScheduledJobRegistry jobRegistry, ScheduleJobStatusManager statusManager, org.springframework.transaction.PlatformTransactionManager transactionManager)
public String getName()
getName
in interface org.quartz.JobListener
public void jobToBeExecuted(org.quartz.JobExecutionContext context)
jobToBeExecuted
in interface org.quartz.JobListener
public void jobExecutionVetoed(org.quartz.JobExecutionContext context)
jobExecutionVetoed
in interface org.quartz.JobListener
public void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException)
jobWasExecuted
in interface org.quartz.JobListener
Copyright © 2003–2016 Atlassian. All rights reserved.