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

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

public interface EJB3Desc

作成者:
koichik

メソッドの概要
 List<Method> getAroundInvokeMethods()
           
 Class<?> getBeanClass()
           
 List<Class<?>> getBusinessInterfaces()
           
 EJB3BusinessMethodDesc getBusinessMethod(Method method)
           
 List<EJB3BusinessMethodDesc> getBusinessMethods()
           
 List<EJB3InterceptorDesc> getInterceptors()
           
 String getName()
           
 List<Method> getPostConstructMethods()
           
 boolean isCMT()
           
 boolean isStateful()
           
 boolean isStateless()
           
 

メソッドの詳細

isStateless

boolean isStateless()

isStateful

boolean isStateful()

getName

String getName()

getBeanClass

Class<?> getBeanClass()

getBusinessInterfaces

List<Class<?>> getBusinessInterfaces()

isCMT

boolean isCMT()

getInterceptors

List<EJB3InterceptorDesc> getInterceptors()

getBusinessMethod

EJB3BusinessMethodDesc getBusinessMethod(Method method)

getBusinessMethods

List<EJB3BusinessMethodDesc> getBusinessMethods()

getAroundInvokeMethods

List<Method> getAroundInvokeMethods()

getPostConstructMethods

List<Method> getPostConstructMethods()


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