public class JobBeanJobFactory
extends org.springframework.scheduling.quartz.SpringBeanJobFactory
implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
JobBeanJobFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
createJobInstance(org.quartz.spi.TriggerFiredBundle bundle) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
isEligibleForPropertyPopulation, setIgnoredUnknownProperties, setSchedulerContextpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwaresetApplicationContext in class org.springframework.scheduling.quartz.SpringBeanJobFactoryorg.springframework.beans.BeansExceptionprotected java.lang.Object createJobInstance(org.quartz.spi.TriggerFiredBundle bundle)
throws java.lang.Exception
createJobInstance in class org.springframework.scheduling.quartz.SpringBeanJobFactoryjava.lang.Exception