|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.util.transaction.TransactionManagerUtil
public abstract class TransactionManagerUtil
TransactionManager
用のユーティリティクラスです。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public TransactionManagerUtil()
メソッドの詳細 |
---|
public static Transaction getTransaction(TransactionManager tm) throws SystemRuntimeException
tm
- トランザクションマネージャ。nullであってはいけません
SystemRuntimeException
- SystemException
が発生した場合public static boolean isActive(TransactionManager tm)
tm
- トランザクションマネージャ。nullであってはいけません
public static int getStatus(TransactionManager tm) throws SystemRuntimeException
tm
- トランザクションマネージャ。nullであってはいけません
SystemRuntimeException
- SystemException
が発生した場合public static void setRollbackOnly(TransactionManager tm) throws SystemRuntimeException
tm
- トランザクションマネージャ。nullであってはいけません
SystemRuntimeException
- SystemException
が発生した場合
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |