org.seasar.framework.aop.interceptors
クラス InterceptorLifecycleAdapter

java.lang.Object
  拡張org.seasar.framework.aop.interceptors.AbstractInterceptor
      拡張org.seasar.framework.aop.interceptors.InterceptorLifecycleAdapter
すべての実装インタフェース:
Advice, Interceptor, MethodInterceptor, java.io.Serializable

public class InterceptorLifecycleAdapter
extends AbstractInterceptor

MethodInterceptorのインスタンス属性(lifecycle)が、 対象となるコンポーネントと異なる場合に使用します。

作成者:
koichik
関連項目:
直列化された形式

コンストラクタの概要
InterceptorLifecycleAdapter()
          InterceptorLifecycleAdapterを作成します。
 
メソッドの概要
 java.lang.Object invoke(MethodInvocation invocation)
           
 
クラス org.seasar.framework.aop.interceptors.AbstractInterceptor から継承したメソッド
createProxy, getComponentDef, getTargetClass
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InterceptorLifecycleAdapter

public InterceptorLifecycleAdapter()
InterceptorLifecycleAdapterを作成します。

メソッドの詳細

invoke

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


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