org.seasar.extension.jta.xa
インタフェース XAResourceStatus

既知の実装クラスの一覧:
AbstractXAResource

public interface XAResourceStatus

XAResourceのステータスを定義したインターフェースです。

作成者:
higa

フィールドの概要
static int RS_ACTIVE
          Active
static int RS_FAIL
          Fail
static int RS_NONE
          None
static int RS_PREPARED
          Prepared
static int RS_SUCCESS
          Success
static int RS_SUSPENDED
          Suspended
 

フィールドの詳細

RS_NONE

public static final int RS_NONE
None

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

RS_ACTIVE

public static final int RS_ACTIVE
Active

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

RS_SUSPENDED

public static final int RS_SUSPENDED
Suspended

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

RS_FAIL

public static final int RS_FAIL
Fail

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

RS_SUCCESS

public static final int RS_SUCCESS
Success

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

RS_PREPARED

public static final int RS_PREPARED
Prepared

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


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.