|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.tx.AbstractTxInterceptor org.seasar.extension.tx.NotSupportedInterceptor
トランザクションをサポートしないメソッドのためのインターセプタです。
このインターセプタが適用されたメソッドが呼び出された際にトランザクションが開始されている場合は、トランザクションが中断されます。 中断されたトランザクションは、メソッドが終了した後に再開されます。
フィールドの概要 |
クラス org.seasar.extension.tx.AbstractTxInterceptor から継承したフィールド |
transactionManagerAdapter, txRules |
コンストラクタの概要 | |
NotSupportedInterceptor()
インスタンスを構築します。 |
メソッドの概要 | |
java.lang.Object |
invoke(MethodInvocation invocation)
|
クラス org.seasar.extension.tx.AbstractTxInterceptor から継承したメソッド |
addCommitRule, addRollbackRule, setTransactionControl |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public NotSupportedInterceptor()
メソッドの詳細 |
public java.lang.Object invoke(MethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |