| java.lang.Object | |
| ↳ | org.springframework.scheduling.quartz.DelegatingJob | 
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.
SpringBeanJobFactory| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Create a new DelegatingJob. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Delegates execution to the underlying Runnable. | |||||||||||
| Return the wrapped Runnable implementation. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Create a new DelegatingJob.
| delegate | the Runnable implementation to delegate to | 
|---|
Delegates execution to the underlying Runnable.
| JobExecutionException | 
|---|