org.seasar.framework.ejb.tx
クラス EJB3RequiresNewInterceptor

java.lang.Object
  上位を拡張 org.seasar.extension.tx.AbstractTxInterceptor
      上位を拡張 org.seasar.extension.tx.RequiresNewInterceptor
          上位を拡張 org.seasar.framework.ejb.tx.EJB3RequiresNewInterceptor
すべての実装されたインタフェース:
Advice, Interceptor, MethodInterceptor

public class EJB3RequiresNewInterceptor
extends RequiresNewInterceptor

新しいトランザクションを要求するメソッドのためのインターセプタです。

このインターセプタが適用されたメソッドが呼び出された際に、新しいトランザクションが開始されます。 既にトランザクションが開始されていた場合、そのトランザクションは中断されます。 中断されたトランザクションは、メソッドが終了した後に再開されます。

このインターセプタが適用されたメソッドが例外をスローした場合は、例外の種類に応じてトランザクションがロールバックされるようにマークします。

この設定は AbstractTxInterceptor.addCommitRule(Class) および AbstractTxInterceptor.addRollbackRule(Class) によって変更することができます。

このインターセプタが適用されたメソッドがメソッドが終了 (正常終了した場合および例外をスローした場合の両方) すると、開始したトランザクションを完了 (コミットまたはロールバック) します。 トランザクションがロールバックするようにマークされていれば、トランザクションをロールバックします。 そうでなければ、トランザクションをコミットします。

作成者:
koichik

フィールドの概要
 
クラス org.seasar.extension.tx.AbstractTxInterceptor から継承されたフィールド
transactionManagerAdapter, txRules
 
コンストラクタの概要
EJB3RequiresNewInterceptor()
          インスタンスを構築します。
 
メソッドの概要
 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
 

コンストラクタの詳細

EJB3RequiresNewInterceptor

public EJB3RequiresNewInterceptor()
インスタンスを構築します。

メソッドの詳細

invoke

public java.lang.Object invoke(MethodInvocation invocation)
                        throws java.lang.Throwable
定義:
インタフェース MethodInterceptor 内の invoke
オーバーライド:
クラス RequiresNewInterceptor 内の invoke
例外:
java.lang.Throwable


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.