|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.tx.AbstractTxInterceptor org.seasar.extension.tx.RequiredInterceptor org.seasar.framework.ejb.tx.EJB3MandatoryInterceptor
public class EJB3MandatoryInterceptor
トランザクションが必須なメソッドのためのインターセプタです。
このインターセプタが適用されたメソッドが呼び出された際にトランザクションが開始されていない場合は、 例外
IllegalStateException
がスローされます。
このインターセプタが適用されたメソッドが例外をスローした場合は、例外の種類に応じてトランザクションがロールバックされるようにマークします。
ApplicationException
で注釈されていれば、その
ApplicationException.rollback()
要素に従います。RemoteException
およびそのサブクラスならロールバックされるようにマークします。RuntimeException
およびそのサブクラスならロールバックされるようにマークします。AbstractTxInterceptor.addCommitRule(Class)
および AbstractTxInterceptor.addRollbackRule(Class)
によって変更することができます。
フィールドの概要 |
---|
クラス org.seasar.extension.tx.AbstractTxInterceptor から継承されたフィールド |
---|
transactionManagerAdapter, txRules |
コンストラクタの概要 | |
---|---|
EJB3MandatoryInterceptor()
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
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 EJB3MandatoryInterceptor()
メソッドの詳細 |
---|
public java.lang.Object invoke(MethodInvocation invocation) throws java.lang.Throwable
MethodInterceptor
内の invoke
RequiredInterceptor
内の invoke
java.lang.Throwable
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |