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.
|
execute
protected static final Log logger
public void setMethodInvoker(MethodInvoker methodInvoker)
protected void executeInternal(JobExecutionContext context) throws JobExecutionException
executeInternal
in class QuartzJobBean
JobExecutionException
QuartzJobBean.execute(org.quartz.JobExecutionContext)