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.
- Since:
- 18.02.2004
- Author:
- Juergen Hoeller, Alef Arendsen
- 
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 QuartzJobBeanexecute
- 
Field Details- 
loggerprotected static final org.apache.commons.logging.Log 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:
 
 
-