Class SpringJobFactory
- java.lang.Object
-
- org.smallmind.schedule.quartz.spring.SpringJobFactory
-
- All Implemented Interfaces:
org.quartz.spi.JobFactory
public class SpringJobFactory extends Object implements org.quartz.spi.JobFactory
-
-
Constructor Summary
Constructors Constructor Description SpringJobFactory(org.springframework.context.ApplicationContext applicationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.quartz.JobnewJob(org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler scheduler)
-
-
-
Method Detail
-
close
public void close() throws IOException- Throws:
IOException
-
newJob
public org.quartz.Job newJob(org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler scheduler) throws org.quartz.SchedulerException- Specified by:
newJobin interfaceorg.quartz.spi.JobFactory- Throws:
org.quartz.SchedulerException
-
-