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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.QuartzJobBeanexecute
- 
Field Details- 
logger
 
- 
- 
Constructor Details- 
MethodInvokingJobpublic MethodInvokingJob()
 
- 
- 
Method Details- 
setMethodInvokerSet the MethodInvoker to use.
- 
executeInternalInvoke the method via the MethodInvoker.- Specified by:
- executeInternalin class- QuartzJobBean
- Throws:
- JobExecutionException
- See Also:
 
 
-