org.springframework.scheduling.quartz
Class MethodInvokingJobDetailFactoryBean.MethodInvokingJob
java.lang.Object
   org.springframework.scheduling.quartz.QuartzJobBean
org.springframework.scheduling.quartz.QuartzJobBean
       org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
- All Implemented Interfaces: 
- Job
- Direct Known Subclasses: 
- MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
- Enclosing class:
- MethodInvokingJobDetailFactoryBean
- public static class MethodInvokingJobDetailFactoryBean.MethodInvokingJob 
- extends QuartzJobBean
Quartz Job implementation that invokes a specified method.
 Automatically applied by MethodInvokingJobDetailFactoryBean.
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
logger
protected static final Log logger
MethodInvokingJobDetailFactoryBean.MethodInvokingJob
public MethodInvokingJobDetailFactoryBean.MethodInvokingJob()
setMethodInvoker
public void setMethodInvoker(MethodInvoker methodInvoker)
- Set the MethodInvoker to use.
 
- 
 
executeInternal
protected void executeInternal(JobExecutionContext context)
                        throws JobExecutionException
- Invoke the method via the MethodInvoker.
 
- 
- Specified by:
- executeInternalin class- QuartzJobBean
 
- 
- Throws:
- JobExecutionException
- See Also:
- QuartzJobBean.execute(org.quartz.JobExecutionContext)
 
Copyright © 2002-2008 The Spring Framework.