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

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

public class EventConstants
extends Object

イベント定数定義クラス。


フィールドの概要
static String EVENT_STATUS_NORMAL_TERMINATION
          ステータス変更契機:正常終了時.
static String EVENT_STATUS_START
          ステータス変更契機:起動時.
 
コンストラクタの概要
EventConstants()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

EVENT_STATUS_START

public static final String EVENT_STATUS_START
ステータス変更契機:起動時.

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

EVENT_STATUS_NORMAL_TERMINATION

public static final String EVENT_STATUS_NORMAL_TERMINATION
ステータス変更契機:正常終了時.

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

EventConstants

public EventConstants()


Copyright © 2011. All Rights Reserved.