com.JRcServer
クラス JRcResultDef

java.lang.Object
  上位を拡張 com.JRcServer.JRcResultDef

public class JRcResultDef
extends java.lang.Object

JRcServerステータス.

導入されたバージョン:
JRcServerBase 1.00
バージョン:
2006/09/06
作成者:
masahito suzuki

フィールドの概要
static int ERROR
          ステータス : 異常系.
static int FATAL
          ステータス : 復旧不能異常系.
static java.lang.String NOT_HELP
          ヘルプ情報非存在条件.
static int STATE_MASK
          ステータスマスク.
static int SUCCESS
          ステータス : 正常系.
static int WARNING
          ステータス : 警告系.
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

NOT_HELP

public static final java.lang.String NOT_HELP
ヘルプ情報非存在条件.

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

STATE_MASK

public static final int STATE_MASK
ステータスマスク.

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

SUCCESS

public static final int SUCCESS
ステータス : 正常系.

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

WARNING

public static final int WARNING
ステータス : 警告系.

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

ERROR

public static final int ERROR
ステータス : 異常系.

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

FATAL

public static final int FATAL
ステータス : 復旧不能異常系.

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