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
static
<T> SessionBean<T>
SessionBean.of(InternalEjbDescriptor<T> ejbDescriptor, BeanManagerImpl manager)
          Creates a simple, annotation defined Enterprise Web Bean
static
<T> NewSessionBean<T>
NewSessionBean.of(InternalEjbDescriptor<T> ejbDescriptor, BeanManagerImpl manager)
          Creates an instance of a NewEnterpriseBean from an annotated class
 

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

Uses of InternalEjbDescriptor in org.jboss.weld.bootstrap
 

Methods in org.jboss.weld.bootstrap with parameters of type InternalEjbDescriptor
protected
<T> void
AbstractBeanDeployer.createEnterpriseBean(InternalEjbDescriptor<T> ejbDescriptor)
           
 

Uses of InternalEjbDescriptor in org.jboss.weld.ejb
 

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

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



Copyright © 2008-2009 Seam Framework. All Rights Reserved.