Class SpringJobFactory

  • All Implemented Interfaces:
    org.quartz.spi.JobFactory

    public class SpringJobFactory
    extends Object
    implements org.quartz.spi.JobFactory
    • Constructor Detail

      • SpringJobFactory

        public SpringJobFactory​(org.springframework.context.ApplicationContext applicationContext)
    • 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
        Throws:
        org.quartz.SchedulerException