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 $
メソッドの概要 |
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