public static class MethodInvokingJobDetailFactoryBean.MethodInvokingJob extends QuartzJobBean
| Modifier and Type | Field and Description |
|---|---|
protected static Log |
logger |
private MethodInvoker |
methodInvoker |
| 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
private MethodInvoker methodInvoker
public void setMethodInvoker(MethodInvoker methodInvoker)
protected void executeInternal(JobExecutionContext context)
throws JobExecutionException
executeInternal in class QuartzJobBeanJobExecutionExceptionQuartzJobBean.execute(JobExecutionContext)