Package | Description |
---|---|
org.jboss.weld.bean | |
org.jboss.weld.bean.proxy | |
org.jboss.weld.bootstrap | |
org.jboss.weld.bootstrap.events | |
org.jboss.weld.manager |
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(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
|
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,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
void |
BeanDeployerEnvironment.addSessionBean(SessionBean<?> bean) |
Modifier and Type | Method and Description |
---|---|
static <X> void |
ProcessSessionBeanImpl.fire(BeanManagerImpl beanManager,
SessionBean<Object> bean) |
Constructor and Description |
---|
ProcessSessionBeanImpl(BeanManagerImpl beanManager,
SessionBean<Object> 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.
|
Copyright © 2012 Seam Framework. All Rights Reserved.