|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.util.TransactionUtil
Transaction
用のユーティリティクラスです。
コンストラクタの概要 | |
protected |
TransactionUtil()
インスタンスを構築します。 |
メソッドの概要 | |
static void |
enlistResource(Transaction tx,
XAResource xaResource)
トランザクションに参加します。 |
static int |
getStatus(Transaction tx)
トランザクションのステータスを返します。 |
static void |
registerSynchronization(Transaction tx,
Synchronization sync)
Synchronization を登録します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
protected TransactionUtil()
メソッドの詳細 |
public static int getStatus(Transaction tx)
tx
- トランザクション
public static void enlistResource(Transaction tx, XAResource xaResource)
tx
- xaResource
- public static void registerSynchronization(Transaction tx, Synchronization sync)
Synchronization
を登録します。
tx
- sync
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |