Modifier and Type | Class and Description |
---|---|
class |
NewSessionBean<T>
Represents a @New enterprise bean
|
Modifier and Type | Method and Description |
---|---|
static <T> SessionBean<T> |
SessionBean.of(javax.enterprise.inject.spi.BeanAttributes<T> attributes,
InternalEjbDescriptor<T> ejbDescriptor,
BeanManagerImpl beanManager,
EnhancedAnnotatedType<T> type)
Creates a simple, annotation defined Enterprise Web Bean using the annotations specified on type
|
Modifier and Type | Method and Description |
---|---|
void |
EnterpriseBeanInstance.destroy(Marker marker,
SessionBean<?> enterpriseBean,
javax.enterprise.context.spi.CreationalContext<?> creationalContext) |
Constructor and Description |
---|
EnterpriseBeanProxyMethodHandler(SessionBean<T> bean)
Constructor
|
EnterpriseProxyFactory(Class<T> proxiedBeanType,
SessionBean<T> bean)
Produces a factory for a specific bean implementation.
|
Modifier and Type | Method and Description |
---|---|
protected <T> SessionBean<T> |
AbstractBeanDeployer.createSessionBean(InternalEjbDescriptor<T> descriptor) |
protected <T> SessionBean<T> |
AbstractBeanDeployer.createSessionBean(InternalEjbDescriptor<T> descriptor,
EnhancedAnnotatedType<T> weldClass) |
Modifier and Type | Method and Description |
---|---|
void |
BeanDeployerEnvironment.addSessionBean(SessionBean<?> bean) |
Modifier and Type | Method and Description |
---|---|
protected static <X> void |
ProcessSessionBeanImpl.fire(BeanManagerImpl beanManager,
SessionBean<Object> bean) |
Modifier and Type | Method and Description |
---|---|
SessionBean<T> |
SessionBeanInjectionTarget.getBean() |
SessionBean<T> |
SessionBeanProxyInstantiator.getBean() |
Modifier and Type | Method and Description |
---|---|
static <T> SessionBeanInjectionTarget<T> |
SessionBeanInjectionTarget.of(EnhancedAnnotatedType<T> type,
SessionBean<T> bean,
BeanManagerImpl beanManager) |
Constructor and Description |
---|
SessionBeanProxyInstantiator(EnhancedAnnotatedType<T> type,
SessionBean<T> bean) |
Modifier and Type | Method and Description |
---|---|
<T> SessionBean<T> |
BeanManagerImpl.getBean(org.jboss.weld.ejb.spi.EjbDescriptor<T> descriptor) |
Modifier and Type | Method and Description |
---|---|
Map<org.jboss.weld.ejb.spi.EjbDescriptor<?>,SessionBean<?>> |
BeanManagerImpl.getEnterpriseBeans()
Gets the class-mapped beans.
|
Modifier and Type | Method and Description |
---|---|
static <T> EnhancedAnnotatedType<T> |
Beans.getEjbImplementationClass(SessionBean<T> bean)
Returns
EnhancedAnnotatedType for the EJB implementation class. |
Copyright © 2016. All rights reserved.