Uses of Class
org.jboss.weld.ejb.InternalEjbDescriptor

Packages that use InternalEjbDescriptor
org.jboss.weld.bean   
org.jboss.weld.bootstrap   
org.jboss.weld.ejb   
 

Uses of InternalEjbDescriptor in org.jboss.weld.bean
 

Methods in org.jboss.weld.bean that return InternalEjbDescriptor
 InternalEjbDescriptor<T> SessionBean.getEjbDescriptor()
           
 

Methods in org.jboss.weld.bean with parameters of type InternalEjbDescriptor
protected static String SessionBean.createId(String beanType, InternalEjbDescriptor<?> ejbDescriptor)
           
protected static String SessionBean.createId(String beanType, InternalEjbDescriptor<?> ejbDescriptor, WeldClass<?> type)
           
static
<T> SessionBean<T>
SessionBean.of(InternalEjbDescriptor<T> ejbDescriptor, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          Creates a simple, annotation defined Enterprise Web Bean
static
<T> NewSessionBean<T>
NewSessionBean.of(InternalEjbDescriptor<T> ejbDescriptor, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          Creates an instance of a NewEnterpriseBean from an annotated class
static
<T> SessionBean<T>
SessionBean.of(InternalEjbDescriptor<T> ejbDescriptor, BeanManagerImpl beanManager, WeldClass<T> type, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          Creates a simple, annotation defined Enterprise Web Bean using the annotations specified on type
 

Constructors in org.jboss.weld.bean with parameters of type InternalEjbDescriptor
NewSessionBean(WeldClass<T> type, InternalEjbDescriptor<T> ejbDescriptor, String idSuffix, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          Protected constructor
SessionBean(WeldClass<T> type, InternalEjbDescriptor<T> ejbDescriptor, String idSuffix, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          Constructor
 

Uses of InternalEjbDescriptor in org.jboss.weld.bootstrap
 

Methods in org.jboss.weld.bootstrap that return types with arguments of type InternalEjbDescriptor
 Set<InternalEjbDescriptor<?>> BeanDeployerEnvironment.getNewSessionBeanDescriptors()
           
 

Methods in org.jboss.weld.bootstrap with parameters of type InternalEjbDescriptor
protected
<T> void
AbstractBeanDeployer.createNewSessionBean(InternalEjbDescriptor<T> ejbDescriptor)
           
protected
<T> SessionBean<T>
AbstractBeanDeployer.createSessionBean(InternalEjbDescriptor<T> ejbDescriptor)
           
protected
<T> SessionBean<T>
AbstractBeanDeployer.createSessionBean(InternalEjbDescriptor<T> ejbDescriptor, WeldClass<T> weldClass)
           
 

Uses of InternalEjbDescriptor in org.jboss.weld.ejb
 

Methods in org.jboss.weld.ejb that return InternalEjbDescriptor
<T> InternalEjbDescriptor<T>
EjbDescriptors.get(String beanName)
          Gets an iterator to the EJB descriptors for an EJB implementation class
 InternalEjbDescriptor<?> EjbDescriptors.getUnique(Class<?> beanClass)
           
 

Methods in org.jboss.weld.ejb that return types with arguments of type InternalEjbDescriptor
 Iterator<InternalEjbDescriptor<?>> EjbDescriptors.iterator()
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.