public abstract class AbstractQuartzJob extends Object implements org.quartz.Job
| Constructor and Description |
|---|
AbstractQuartzJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context) |
org.bonitasoft.engine.scheduler.StatelessJob |
getBosJob() |
void |
setBosJob(org.bonitasoft.engine.scheduler.StatelessJob bosJob) |
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionpublic org.bonitasoft.engine.scheduler.StatelessJob getBosJob()
public void setBosJob(org.bonitasoft.engine.scheduler.StatelessJob bosJob)
Copyright © 2017 Bonitasoft S.A.. All rights reserved.