Uses of Class
org.apache.webbeans.ejb.component.EjbBean

Packages that use EjbBean
org.apache.webbeans.ejb.component.creation   
org.apache.webbeans.ejb.interceptor   
org.apache.webbeans.ejb.proxy   
org.apache.webbeans.ejb.util   
 

Uses of EjbBean in org.apache.webbeans.ejb.component.creation
 

Methods in org.apache.webbeans.ejb.component.creation that return EjbBean
 EjbBean<T> EjbBeanCreatorImpl.getBean()
          
 

Constructors in org.apache.webbeans.ejb.component.creation with parameters of type EjbBean
EjbBeanCreatorImpl(EjbBean<T> ejbBean)
           
 

Uses of EjbBean in org.apache.webbeans.ejb.interceptor
 

Methods in org.apache.webbeans.ejb.interceptor with parameters of type EjbBean
static void OpenWebBeansEjbInterceptor.setThreadLocal(EjbBean<?> ejbBean, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
           
 

Uses of EjbBean in org.apache.webbeans.ejb.proxy
 

Constructors in org.apache.webbeans.ejb.proxy with parameters of type EjbBean
EjbBeanProxyHandler(EjbBean<?> ejbBean, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
          Creates a new instance.
 

Uses of EjbBean in org.apache.webbeans.ejb.util
 

Methods in org.apache.webbeans.ejb.util with parameters of type EjbBean
static void EjbDefinitionUtility.defineApiType(EjbBean<?> ejbComponent)
           
static
<T> T
EjbDefinitionUtility.defineEjbBeanProxy(EjbBean<T> bean, Class<?> iface, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
           
static
<T> void
EjbUtility.fireEvents(Class<T> clazz, EjbBean<T> ejbBean)
           
static boolean EjbUtility.isBusinessMethod(Method method, EjbBean<?> bean)
           
static void EjbValidator.validateEjbScopeType(EjbBean<?> ejbBean)
          Validates session bean's scope.
static void EjbValidator.validateObserverMethods(EjbBean<?> bean, Set<javax.enterprise.inject.spi.ObserverMethod<?>> observers)
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.