|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.util.TransactionManagerUtil
TransactionManager
用のユーティリティクラスです。
コンストラクタの概要 | |
protected |
TransactionManagerUtil()
インスタンスを構築します。 |
メソッドの概要 | |
static int |
getStatus(TransactionManager tm)
ステータスを返します。 |
static Transaction |
getTransaction(TransactionManager tm)
トランザクションを返します。 |
static boolean |
isActive(TransactionManager tm)
トランザクションがアクティブかどうか返します。 |
static void |
setRollbackOnly(TransactionManager tm)
ロールバックオンリーに設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
protected TransactionManagerUtil()
メソッドの詳細 |
public static Transaction getTransaction(TransactionManager tm) throws SystemRuntimeException
tm
- トランザクションマネージャ
SystemRuntimeException
- SystemException
が発生した場合public static boolean isActive(TransactionManager tm)
tm
- トランザクションマネージャ
public static int getStatus(TransactionManager tm) throws SystemRuntimeException
tm
- トランザクションマネージャ
SystemRuntimeException
- SystemException
が発生した場合public static void setRollbackOnly(TransactionManager tm) throws SystemRuntimeException
tm
- トランザクションマネージャ
SystemRuntimeException
- SystemException
が発生した場合
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |