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 $

コンストラクタの概要
PerMinutesJob()
           
 
メソッドの概要
protected  boolean doExecute()
          ジョブを実行するかどうかを返す
protected  void doJobExecution()
          ジョブで実行する処理
protected  void executeInternal(org.quartz.JobExecutionContext ctx)
           
 
クラス 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