org.seasar.framework.ejb
インタフェース EJB3InterceptorDesc

既知の実装クラスの一覧:
EJB3InterceptorDescImpl

public interface EJB3InterceptorDesc

作成者:
koichik

メソッドの概要
 EJB3Desc getEJB3Desc()
           
 Class<?> getInterceptorClass()
           
 List<Method> getInterceptorMethods()
           
 List<Method> getPostConstructMethods()
           
 

メソッドの詳細

getEJB3Desc

EJB3Desc getEJB3Desc()

getInterceptorClass

Class<?> getInterceptorClass()

getInterceptorMethods

List<Method> getInterceptorMethods()

getPostConstructMethods

List<Method> getPostConstructMethods()


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