Class DelegatingJob
java.lang.Object
org.springframework.scheduling.quartz.DelegatingJob
- All Implemented Interfaces:
Job
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(JobExecutionContext context) Delegates execution to the underlying Runnable.final Runnable
Return the wrapped Runnable implementation.
-
Constructor Details
-
DelegatingJob
Create a new DelegatingJob.- Parameters:
delegate
- the Runnable implementation to delegate to
-
-
Method Details
-
getDelegate
Return the wrapped Runnable implementation. -
execute
Delegates execution to the underlying Runnable.- Specified by:
execute
in interfaceJob
- Throws:
JobExecutionException
-