Package com.atlassian.bamboo.quartz
Class AutowiringJobFactory
- java.lang.Object
-
- org.quartz.simpl.SimpleJobFactory
-
- com.atlassian.bamboo.quartz.AutowiringJobFactory
-
- All Implemented Interfaces:
org.quartz.spi.JobFactory
public class AutowiringJobFactory extends org.quartz.simpl.SimpleJobFactory implements org.quartz.spi.JobFactory
AJobFactory
that autowires the jobs.
-
-
Constructor Summary
Constructors Constructor Description AutowiringJobFactory()
-
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)
-
-
-
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 interfaceorg.quartz.spi.JobFactory
- Overrides:
newJob
in classorg.quartz.simpl.SimpleJobFactory
- Throws:
org.quartz.SchedulerException
-
-