クラス MethodInvokingJobDetailFactoryBean.MethodInvokingJob
java.lang.ObjectSE
org.springframework.scheduling.quartz.QuartzJobBean
org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
- 実装されているすべてのインターフェース:
Job
- 含まれているクラス:
MethodInvokingJobDetailFactoryBean
Quartz 指定されたメソッドを呼び出すジョブの実装。MethodInvokingJobDetailFactoryBean によって自動的に適用されます。
- 導入:
- 18.02.2004
- 作成者:
- Juergen Hoeller, Alef Arendsen
フィールドのサマリー
フィールドコンストラクターの概要
コンストラクター方法の概要
修飾子と型メソッド説明protected voidexecuteInternal(JobExecutionContext context) MethodInvoker を介してメソッドを呼び出します。voidsetMethodInvoker(MethodInvoker methodInvoker) 使用する MethodInvoker を設定します。クラス QuartzJobBean から継承されたメソッド
execute
フィールドの詳細
logger
protected static final org.apache.commons.logging.Log logger
コンストラクターの詳細
MethodInvokingJob
public MethodInvokingJob()
メソッドの詳細
setMethodInvoker
使用する MethodInvoker を設定します。executeInternal
MethodInvoker を介してメソッドを呼び出します。- 次で指定:
- クラス
QuartzJobBeanのexecuteInternal - 例外:
JobExecutionException- 関連事項: