jp.terasoluna.fw.batch.constants
クラス JobStatusConstants

java.lang.Object
  上位を拡張 jp.terasoluna.fw.batch.constants.JobStatusConstants

public class JobStatusConstants
extends Object

ジョブステータス用定数定義クラス。


フィールドの概要
static String JOB_STATUS_EXECUTING
          ジョブステータス:実行中.
static String JOB_STATUS_FAILURE
          ジョブステータス:失敗.
static String JOB_STATUS_PROCESSED
          ジョブステータス:処理済.
static String JOB_STATUS_UNEXECUTION
          ジョブステータス:未実施.
 
コンストラクタの概要
JobStatusConstants()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

JOB_STATUS_UNEXECUTION

public static final String JOB_STATUS_UNEXECUTION
ジョブステータス:未実施.

関連項目:
定数フィールド値

JOB_STATUS_EXECUTING

public static final String JOB_STATUS_EXECUTING
ジョブステータス:実行中.

関連項目:
定数フィールド値

JOB_STATUS_PROCESSED

public static final String JOB_STATUS_PROCESSED
ジョブステータス:処理済.

関連項目:
定数フィールド値

JOB_STATUS_FAILURE

public static final String JOB_STATUS_FAILURE
ジョブステータス:失敗.

関連項目:
定数フィールド値
コンストラクタの詳細

JobStatusConstants

public JobStatusConstants()


Copyright © 2012. All Rights Reserved.