クラス MethodInvokingJobDetailFactoryBean.MethodInvokingJob
java.lang.ObjectSE
org.springframework.scheduling.quartz.QuartzJobBean
org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
- 実装済みのインターフェース一覧:
Job
- 含まれているクラス:
- MethodInvokingJobDetailFactoryBean
Quartz 指定されたメソッドを呼び出すジョブの実装。MethodInvokingJobDetailFactoryBean によって自動的に適用されます。
フィールド概要
フィールドコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明protected voidexecuteInternal(JobExecutionContext context) MethodInvoker を介してメソッドを呼び出します。voidsetMethodInvoker(MethodInvoker methodInvoker) 使用する MethodInvoker を設定します。クラス org.springframework.scheduling.quartz.QuartzJobBean から継承されたメソッド
execute
フィールドの詳細
logger
コンストラクターの詳細
MethodInvokingJob
public MethodInvokingJob()
方法の詳細
setMethodInvoker
使用する MethodInvoker を設定します。executeInternal
MethodInvoker を介してメソッドを呼び出します。