org.seasar.framework.ejb.impl
クラス AroundInvokeSupportInterceptor

java.lang.Object
  上位を拡張 org.seasar.framework.ejb.impl.AroundInvokeSupportInterceptor
すべての実装されたインタフェース:
Advice, Interceptor, MethodInterceptor

public class AroundInvokeSupportInterceptor
extends Object
implements MethodInterceptor

AroundInvokeで注釈されたメソッドをサポートする、AOP Alliance準拠のインターセプタです。

作成者:
koichik

フィールドの概要
protected  Method aroundInvokeMethod
          AroundInvokeで注釈されたメソッド
 
コンストラクタの概要
AroundInvokeSupportInterceptor(Method method)
          インスタンスを構築します。
 
メソッドの概要
 Object invoke(MethodInvocation invocation)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

aroundInvokeMethod

protected Method aroundInvokeMethod
AroundInvokeで注釈されたメソッド

コンストラクタの詳細

AroundInvokeSupportInterceptor

public AroundInvokeSupportInterceptor(Method method)
インスタンスを構築します。

パラメータ:
method - AroundInvokeで注釈されたメソッド
メソッドの詳細

invoke

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


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