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

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

public class EJB3InterceptorSupportInterceptor
extends Object
implements MethodInterceptor

作成者:
koichik

フィールドの概要
protected  Class<?> interceptorClass
           
protected  Field interceptorField
           
protected  Method interceptorMethod
           
 
コンストラクタの概要
EJB3InterceptorSupportInterceptor(Class<?> interceptorClass, Method interceptorMethod)
           
 
メソッドの概要
 Object invoke(MethodInvocation invocation)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

interceptorClass

protected Class<?> interceptorClass

interceptorMethod

protected Method interceptorMethod

interceptorField

protected Field interceptorField
コンストラクタの詳細

EJB3InterceptorSupportInterceptor

public EJB3InterceptorSupportInterceptor(Class<?> interceptorClass,
                                         Method interceptorMethod)
メソッドの詳細

invoke

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


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