|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.scheduling.quartz.QuartzJobBean
org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
public static class MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Quartz Job implementation that invokes a specified method. Automatically applied by MethodInvokingJobDetailFactoryBean.
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
logger
|
| Constructor Summary | |
|---|---|
MethodInvokingJobDetailFactoryBean.MethodInvokingJob()
|
|
| Method Summary | |
|---|---|
protected void |
executeInternal(org.quartz.JobExecutionContext context)
Invoke the method via the MethodInvoker. |
void |
setMethodInvoker(MethodInvoker methodInvoker)
Set the MethodInvoker to use. |
| Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean |
|---|
execute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.commons.logging.Log logger
| Constructor Detail |
|---|
public MethodInvokingJobDetailFactoryBean.MethodInvokingJob()
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||