Uses of Class
org.jboss.weld.bean.NewSessionBean

Packages that use NewSessionBean
org.jboss.weld.bean   
org.jboss.weld.bootstrap   
 

Uses of NewSessionBean in org.jboss.weld.bean
 

Methods in org.jboss.weld.bean that return NewSessionBean
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
 

Uses of NewSessionBean in org.jboss.weld.bootstrap
 

Methods in org.jboss.weld.bootstrap with parameters of type NewSessionBean
 void BeanDeployerEnvironment.addNewSessionBean(NewSessionBean<?> bean)
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.