| 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 java.lang.String |
SessionBean.createId(java.lang.String beanType,
InternalEjbDescriptor<?> ejbDescriptor) |
protected static java.lang.String |
SessionBean.createId(java.lang.String beanType,
InternalEjbDescriptor<?> ejbDescriptor,
WeldClass<?> type) |
static <T> SessionBean<T> |
SessionBean.of(InternalEjbDescriptor<T> ejbDescriptor,
BeanManagerImpl beanManager,
ServiceRegistry services)
Creates a simple, annotation defined Enterprise Web Bean
|
static <T> NewSessionBean<T> |
NewSessionBean.of(InternalEjbDescriptor<T> ejbDescriptor,
BeanManagerImpl beanManager,
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,
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,
java.lang.String idSuffix,
BeanManagerImpl beanManager,
ServiceRegistry services)
Protected constructor
|
SessionBean(WeldClass<T> type,
InternalEjbDescriptor<T> ejbDescriptor,
java.lang.String idSuffix,
BeanManagerImpl manager,
ServiceRegistry services)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.lang.String beanName)
Gets an iterator to the EJB descriptors for an EJB implementation class
|
InternalEjbDescriptor<?> |
EjbDescriptors.getUnique(java.lang.Class<?> beanClass) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<InternalEjbDescriptor<?>> |
EjbDescriptors.iterator() |
Copyright © 2014 Seam Framework. All Rights Reserved.