public static class

MethodInvokingJobDetailFactoryBean.MethodInvokingJob

extends QuartzJobBean
java.lang.Object
   ↳ org.springframework.scheduling.quartz.QuartzJobBean
     ↳ org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Known Direct Subclasses

Class Overview

Quartz Job implementation that invokes a specified method. Automatically applied by MethodInvokingJobDetailFactoryBean.

Summary

Fields
protected static final Log logger
Public Constructors
MethodInvokingJobDetailFactoryBean.MethodInvokingJob()
Public Methods
void setMethodInvoker(MethodInvoker methodInvoker)
Set the MethodInvoker to use.
Protected Methods
void executeInternal(JobExecutionContext context)
Invoke the method via the MethodInvoker.
[Expand]
Inherited Methods
From class org.springframework.scheduling.quartz.QuartzJobBean
From class java.lang.Object

Fields

protected static final Log logger

Public Constructors

public MethodInvokingJobDetailFactoryBean.MethodInvokingJob ()

Public Methods

public void setMethodInvoker (MethodInvoker methodInvoker)

Set the MethodInvoker to use.

Protected Methods

protected void executeInternal (JobExecutionContext context)

Invoke the method via the MethodInvoker.

Throws
JobExecutionException