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.SimpleJobFactory
Job 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 -
Method Summary
Modifier and TypeMethodDescriptionorg.quartz.JobnewJob(org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler scheduler) Methods inherited from class org.quartz.simpl.SimpleJobFactory
getLog
-
Constructor Details
-
TransactionalSimpleJobFactory
-
-
Method Details
-
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
-