Uses of Class
org.jboss.weld.bean.NewSessionBean
-
Packages that use NewSessionBean Package Description org.jboss.weld.bean JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bootstrap JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of NewSessionBean in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return NewSessionBean Modifier and Type Method Description static <T> NewSessionBean<T>NewSessionBean. of(javax.enterprise.inject.spi.BeanAttributes<T> attributes, InternalEjbDescriptor<T> ejbDescriptor, BeanManagerImpl beanManager)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 Modifier and Type Method Description voidBeanDeployerEnvironment. addNewSessionBean(NewSessionBean<?> bean)
-