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

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

public class EJB3InterceptorDescImpl
extends Object
implements EJB3InterceptorDesc

作成者:
koichik

フィールドの概要
protected  EJB3Desc ejb3desc
           
protected  Class<?> interceptorClass
           
protected  LinkedList<Method> interceptorMethods
           
protected  LinkedList<Method> postConstructMethods
           
 
コンストラクタの概要
EJB3InterceptorDescImpl(EJB3Desc ejb3desc, Class<?> interceptorClass)
           
 
メソッドの概要
protected  void detectInterceptorMethods()
           
protected  void detectPostConstructMethod()
           
 EJB3Desc getEJB3Desc()
           
 Class<?> getInterceptorClass()
           
 List<Method> getInterceptorMethods()
           
 List<Method> getPostConstructMethods()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ejb3desc

protected EJB3Desc ejb3desc

interceptorClass

protected Class<?> interceptorClass

interceptorMethods

protected LinkedList<Method> interceptorMethods

postConstructMethods

protected LinkedList<Method> postConstructMethods
コンストラクタの詳細

EJB3InterceptorDescImpl

public EJB3InterceptorDescImpl(EJB3Desc ejb3desc,
                               Class<?> interceptorClass)
メソッドの詳細

getEJB3Desc

public EJB3Desc getEJB3Desc()
定義:
インタフェース EJB3InterceptorDesc 内の getEJB3Desc

getInterceptorClass

public Class<?> getInterceptorClass()
定義:
インタフェース EJB3InterceptorDesc 内の getInterceptorClass

getInterceptorMethods

public List<Method> getInterceptorMethods()
定義:
インタフェース EJB3InterceptorDesc 内の getInterceptorMethods

getPostConstructMethods

public List<Method> getPostConstructMethods()
定義:
インタフェース EJB3InterceptorDesc 内の getPostConstructMethods

detectInterceptorMethods

protected void detectInterceptorMethods()

detectPostConstructMethod

protected void detectPostConstructMethod()


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