public static class MethodInvokingJobDetailFactoryBean.MethodInvokingJob extends QuartzJobBean
Constructor and Description |
---|
MethodInvokingJob() |
Modifier and Type | Method and Description |
---|---|
protected void |
executeInternal(org.quartz.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(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
executeInternal
in class QuartzJobBean
org.quartz.JobExecutionException
QuartzJobBean.execute(org.quartz.JobExecutionContext)