Package | Description |
---|---|
org.jboss.weld.bean | |
org.jboss.weld.bootstrap | |
org.jboss.weld.ejb |
Modifier and Type | Method and Description |
---|---|
InternalEjbDescriptor<T> |
SessionBean.getEjbDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected static String |
SessionBean.createId(String beanType,
InternalEjbDescriptor<?> ejbDescriptor) |
protected static String |
SessionBean.createId(String beanType,
InternalEjbDescriptor<?> ejbDescriptor,
WeldClass<?> type) |
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,
org.jboss.weld.bootstrap.api.ServiceRegistry services)
Creates a simple, annotation defined Enterprise Web Bean
|
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
|
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
Set<InternalEjbDescriptor<?>> |
BeanDeployerEnvironment.getNewSessionBeanDescriptors() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
<T> InternalEjbDescriptor<T> |
EjbDescriptors.get(String beanName)
Gets an iterator to the EJB descriptors for an EJB implementation class
|
InternalEjbDescriptor<?> |
EjbDescriptors.getUnique(Class<?> beanClass) |
Modifier and Type | Method and Description |
---|---|
Iterator<InternalEjbDescriptor<?>> |
EjbDescriptors.iterator() |
Copyright © 2013 Seam Framework. All rights reserved.