org.seasar.framework.ejb.impl
クラス EJB3InterceptorDescImpl
java.lang.Object
org.seasar.framework.ejb.impl.EJB3InterceptorDescImpl
- すべての実装されたインタフェース:
- EJB3InterceptorDesc
public class EJB3InterceptorDescImpl
- extends Object
- implements EJB3InterceptorDesc
- 作成者:
- koichik
クラス 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.