クラス 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 void
executeInternal
(JobExecutionContext context) MethodInvoker を介してメソッドを呼び出します。void
setMethodInvoker
(MethodInvoker methodInvoker) 使用する MethodInvoker を設定します。クラス org.springframework.scheduling.quartz.QuartzJobBean から継承されたメソッド
execute
フィールドの詳細
logger
protected static final org.apache.commons.logging.Log logger
コンストラクターの詳細
MethodInvokingJob
public MethodInvokingJob()
メソッドの詳細
setMethodInvoker
使用する MethodInvoker を設定します。executeInternal
MethodInvoker を介してメソッドを呼び出します。- 次で指定:
- クラス
QuartzJobBean
のexecuteInternal
- 例外:
JobExecutionException
- 関連事項: