| Simple Quartz
org.quartz.Job adapter that delegates to a
given
java.lang.Runnable instance.
Typically used in combination with property injection on the
Runnable instance, receiving parameters from the Quartz JobDataMap
that way instead of via the JobExecutionContext.
author: Juergen Hoeller since: 2.0 See Also: SpringBeanJobFactory See Also: org.quartz.Job.execute(org.quartz.JobExecutionContext) |