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
A JobFactory
that uses ContainerManager
to autowire the jobs
Method Summary |
org.quartz.Job |
newJob(org.quartz.spi.TriggerFiredBundle bundle)
|
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 |
AutowiringJobFactory
public AutowiringJobFactory()
newJob
public org.quartz.Job newJob(org.quartz.spi.TriggerFiredBundle bundle)
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
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.