| Package | Description |
|---|---|
| org.jboss.weld.bootstrap | |
| org.jboss.weld.bootstrap.events | |
| org.jboss.weld.manager | |
| org.jboss.weld.module |
| 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 |
|---|---|
<T> SessionBean<T> |
BeanManagerImpl.getBean(EjbDescriptor<T> descriptor) |
| Modifier and Type | Method and Description |
|---|---|
Map<EjbDescriptor<?>,SessionBean<?>> |
BeanManagerImpl.getEnterpriseBeans()
Gets the class-mapped beans.
|
| Modifier and Type | Method and Description |
|---|---|
<T> BasicInjectionTarget<T> |
EjbSupport.createSessionBeanInjectionTarget(EnhancedAnnotatedType<T> type,
SessionBean<T> bean,
BeanManagerImpl manager)
Creates an
InjectionTarget implementation for a given session bean. |
Copyright © 2015. All Rights Reserved.