org.seasar.extension.tx
クラス NotSupportedInterceptor

java.lang.Object
  拡張org.seasar.extension.tx.AbstractTxInterceptor
      拡張org.seasar.extension.tx.NotSupportedInterceptor
すべての実装インタフェース:
Advice, Interceptor, MethodInterceptor

public class NotSupportedInterceptor
extends AbstractTxInterceptor

作成者:
taichi S.

コンストラクタの概要
NotSupportedInterceptor(TransactionManager transactionManager)
           
 
メソッドの概要
 Object invoke(MethodInvocation invocation)
           
 
クラス org.seasar.extension.tx.AbstractTxInterceptor から継承したメソッド
addCommitRule, addRollbackRule, begin, complete, end, getTransaction, getTransactionManager, hasTransaction, resume, rollback, suspend
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NotSupportedInterceptor

public NotSupportedInterceptor(TransactionManager transactionManager)
メソッドの詳細

invoke

public Object invoke(MethodInvocation invocation)
              throws Throwable
例外:
Throwable


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