Class MethodInvokingJobDetailFactoryBean.MethodInvokingJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
- All Implemented Interfaces:
 Job
- Direct Known Subclasses:
 MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
- Enclosing class:
 - MethodInvokingJobDetailFactoryBean
 
Quartz Job implementation that invokes a specified method.
 Automatically applied by MethodInvokingJobDetailFactoryBean.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteInternal(JobExecutionContext context) Invoke the method via the MethodInvoker.voidsetMethodInvoker(MethodInvoker methodInvoker) Set the MethodInvoker to use.Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
execute 
- 
Field Details
- 
logger
 
 - 
 - 
Constructor Details
- 
MethodInvokingJob
public MethodInvokingJob() 
 - 
 - 
Method Details
- 
setMethodInvoker
Set the MethodInvoker to use. - 
executeInternal
Invoke the method via the MethodInvoker.- Specified by:
 executeInternalin classQuartzJobBean- Throws:
 JobExecutionException- See Also:
 
 
 -