org.seasar.framework.ejb
インタフェース EJB3Desc
- 既知の実装クラスの一覧:
- EJB3DescImpl
public interface EJB3Desc
- 作成者:
- koichik
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.