public static class MethodInvokingJobDetailFactoryBean.MethodInvokingJob extends QuartzJobBean
| Constructor and Description | 
|---|
MethodInvokingJob()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
executeInternal(JobExecutionContext context)
Invoke the method via the MethodInvoker. 
 | 
void | 
setMethodInvoker(MethodInvoker methodInvoker)
Set the MethodInvoker to use. 
 | 
executeprotected static final Log logger
public void setMethodInvoker(MethodInvoker methodInvoker)
protected void executeInternal(JobExecutionContext context) throws JobExecutionException
executeInternal in class QuartzJobBeanJobExecutionExceptionQuartzJobBean.execute(org.quartz.JobExecutionContext)