jp.go.nict.langrid.management.web.backend.job
クラス PerMinutesJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
jp.go.nict.langrid.management.web.backend.job.PerMinutesJob
- すべての実装されたインタフェース:
- org.quartz.Job
public class PerMinutesJob
- extends org.springframework.scheduling.quartz.QuartzJobBean
-毎分0秒に実行されるジョブ
・実行管理プロパティ: service_manager.properties#job.time.invoke - true or false
・設定ファイル: /spring/applicationContext-Job.xml
- バージョン:
- $Revision: 12206 $
- 作成者:
- Masaaki Kamiya, $Author: Masaaki Kamiya $
クラス org.springframework.scheduling.quartz.QuartzJobBean から継承されたメソッド |
execute |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerMinutesJob
public PerMinutesJob()
doExecute
protected boolean doExecute()
- ジョブを実行するかどうかを返す
- 戻り値:
- true or false
doJobExecution
protected void doJobExecution()
throws ServiceManagerException
- ジョブで実行する処理
- 例外:
ServiceManagerException
- 処理に失敗した
executeInternal
protected final void executeInternal(org.quartz.JobExecutionContext ctx)
throws org.quartz.JobExecutionException
- 定義:
- クラス
org.springframework.scheduling.quartz.QuartzJobBean
内の executeInternal
- 例外:
org.quartz.JobExecutionException