Class TransactionalSimpleJobFactory
- java.lang.Object
-
- org.quartz.simpl.SimpleJobFactory
-
- org.bonitasoft.engine.scheduler.impl.TransactionalSimpleJobFactory
-
- All Implemented Interfaces:
org.quartz.spi.JobFactory
public final class TransactionalSimpleJobFactory extends org.quartz.simpl.SimpleJobFactoryJob factory that inject the transaction service Must modify this to inject the configuration service instead- Author:
- Baptiste Mesta, Matthieu Chaffotte, Celine Souchet
-
-
Constructor Summary
Constructors Constructor Description TransactionalSimpleJobFactory(SchedulerServiceImpl schedulerService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.quartz.JobnewJob(org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler scheduler)
-
-
-
Constructor Detail
-
TransactionalSimpleJobFactory
public TransactionalSimpleJobFactory(SchedulerServiceImpl schedulerService)
-
-
Method Detail
-
newJob
public org.quartz.Job newJob(org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler scheduler) throws org.quartz.SchedulerException- Specified by:
newJobin interfaceorg.quartz.spi.JobFactory- Overrides:
newJobin classorg.quartz.simpl.SimpleJobFactory- Throws:
org.quartz.SchedulerException
-
-