Package cronapp.framework.scheduler
Class SchedulerJobFactory
- java.lang.Object
-
- org.springframework.scheduling.quartz.AdaptableJobFactory
-
- org.springframework.scheduling.quartz.SpringBeanJobFactory
-
- cronapp.framework.scheduler.SchedulerJobFactory
-
- All Implemented Interfaces:
org.quartz.spi.JobFactory,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.scheduling.quartz.SchedulerContextAware
public class SchedulerJobFactory extends org.springframework.scheduling.quartz.SpringBeanJobFactory implements org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description SchedulerJobFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectcreateJobInstance(org.quartz.spi.TriggerFiredBundle bundle)voidsetApplicationContext(org.springframework.context.ApplicationContext context)-
Methods inherited from class org.springframework.scheduling.quartz.SpringBeanJobFactory
isEligibleForPropertyPopulation, setIgnoredUnknownProperties, setSchedulerContext
-
-