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

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

public interface XAResourceStatus

作成者:
higa

フィールドの概要
static int RS_ACTIVE
           
static int RS_FAIL
           
static int RS_NONE
           
static int RS_PREPARED
           
static int RS_SUCCESS
           
static int RS_SUSPENDED
           
 

フィールドの詳細

RS_NONE

public static final int RS_NONE
関連項目:
定数フィールド値

RS_ACTIVE

public static final int RS_ACTIVE
関連項目:
定数フィールド値

RS_SUSPENDED

public static final int RS_SUSPENDED
関連項目:
定数フィールド値

RS_FAIL

public static final int RS_FAIL
関連項目:
定数フィールド値

RS_SUCCESS

public static final int RS_SUCCESS
関連項目:
定数フィールド値

RS_PREPARED

public static final int RS_PREPARED
関連項目:
定数フィールド値


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