Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.quartz.Job newJob​(org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler scheduler)  
      • Methods inherited from class org.quartz.simpl.SimpleJobFactory

        getLog
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        newJob in interface org.quartz.spi.JobFactory
        Overrides:
        newJob in class org.quartz.simpl.SimpleJobFactory
        Throws:
        org.quartz.SchedulerException