public static class MethodInvokingJobDetailFactoryBean.MethodInvokingJob extends QuartzJobBean
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
MethodInvokingJobDetailFactoryBean.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.
|
executepublic MethodInvokingJobDetailFactoryBean.MethodInvokingJob()
public void setMethodInvoker(MethodInvoker methodInvoker)
protected void executeInternal(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
executeInternal in class QuartzJobBeanorg.quartz.JobExecutionExceptionQuartzJobBean.execute(org.quartz.JobExecutionContext)Copyright © 2013. All Rights Reserved.