jp.go.nict.langrid.management.web.spring
クラス ExtendTransactionInterceptor

java.lang.Object
  上位を拡張 jp.go.nict.langrid.management.web.spring.ExtendTransactionInterceptor
すべての実装されたインタフェース:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class ExtendTransactionInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor

/model/service/implのメソッド実行時、処理の前後でトランザクション制御を行うインターセプター

バージョン:
$Revision: 12139 $
作成者:
Masaaki Kamiya, $Author: Masaaki Kamiya $

コンストラクタの概要
ExtendTransactionInterceptor()
           
 
メソッドの概要
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ExtendTransactionInterceptor

public ExtendTransactionInterceptor()
メソッドの詳細

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
定義:
インタフェース org.aopalliance.intercept.MethodInterceptor 内の invoke
例外:
Throwable