spring-framework / org.springframework.scheduling.quartz / AdaptableJobFactory / <init>

<init>

AdaptableJobFactory()

JobFactory implementation that supports java.lang.Runnable objects as well as standard Quartz org.quartz.Job instances.

Compatible with Quartz 2.1.4 and higher, as of Spring 4.1.

Author
Juergen Hoeller

Since
2.0

See Also
DelegatingJob#adaptJob(Object)