org.quartz.simpl
Class SimpleJobFactory
java.lang.Object
org.quartz.simpl.SimpleJobFactory
- All Implemented Interfaces:
- org.quartz.spi.JobFactory
- Direct Known Subclasses:
- PropertySettingJobFactory
public class SimpleJobFactory
- extends Object
- implements org.quartz.spi.JobFactory
The default JobFactory used by Quartz - simply calls
newInstance()
on the job class.
- Author:
- jhouse
- See Also:
JobFactory
,
PropertySettingJobFactory
Method Summary |
protected org.slf4j.Logger |
getLog()
|
Job |
newJob(org.quartz.spi.TriggerFiredBundle bundle,
Scheduler Scheduler)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleJobFactory
public SimpleJobFactory()
getLog
protected org.slf4j.Logger getLog()
newJob
public Job newJob(org.quartz.spi.TriggerFiredBundle bundle,
Scheduler Scheduler)
throws SchedulerException
- Specified by:
newJob
in interface org.quartz.spi.JobFactory
- Throws:
SchedulerException
Copyright 2001-2011,
Terracotta, Inc.