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 Details

    • TransactionalSimpleJobFactory

      public TransactionalSimpleJobFactory(SchedulerServiceImpl schedulerService)
  • Method Details

    • newJob

      public org.quartz.Job newJob(org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler scheduler) throws org.quartz.SchedulerException
      Specified by:
      newJob in interface org.quartz.spi.JobFactory
      Overrides:
      newJob in class org.quartz.simpl.SimpleJobFactory
      Throws:
      org.quartz.SchedulerException