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.
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotSupportedInterceptor
public NotSupportedInterceptor()
- インスタンスを構築します。
invoke
public Object invoke(MethodInvocation invocation)
throws Throwable
- 例外:
Throwable
Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.