org.bonitasoft.engine.scheduler.impl
public class JDBCJobListener extends AbstractJobListener
| Constructor and Description |
|---|
JDBCJobListener(org.bonitasoft.engine.scheduler.JobService jobService,
IncidentService incidentService) |
| 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) |
getSchedulerService, setBOSSchedulerServicepublic JDBCJobListener(org.bonitasoft.engine.scheduler.JobService jobService,
IncidentService incidentService)
public String getName()
public void jobToBeExecuted(org.quartz.JobExecutionContext context)
public void jobExecutionVetoed(org.quartz.JobExecutionContext context)
public void jobWasExecuted(org.quartz.JobExecutionContext context,
org.quartz.JobExecutionException jobException)
Copyright © 2014 Bonitasoft S.A.. All rights reserved.