Uses of Interface
org.jboss.weld.bean.SessionBean
-
Packages that use SessionBean Package Description org.jboss.weld.bootstrap org.jboss.weld.bootstrap.events org.jboss.weld.manager org.jboss.weld.module -
-
Uses of SessionBean in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type SessionBean Modifier and Type Method Description voidBeanDeployerEnvironment. addSessionBean(SessionBean<?> bean) -
Uses of SessionBean in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events with parameters of type SessionBean Modifier and Type Method Description protected static <X> voidProcessSessionBeanImpl. fire(BeanManagerImpl beanManager, SessionBean<Object> bean) -
Uses of SessionBean in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return SessionBean Modifier and Type Method Description <T> SessionBean<T>BeanManagerImpl. getBean(org.jboss.weld.ejb.spi.EjbDescriptor<T> descriptor)Methods in org.jboss.weld.manager that return types with arguments of type SessionBean Modifier and Type Method Description Map<org.jboss.weld.ejb.spi.EjbDescriptor<?>,SessionBean<?>>BeanManagerImpl. getEnterpriseBeans()Gets the class-mapped beans. -
Uses of SessionBean in org.jboss.weld.module
Methods in org.jboss.weld.module with parameters of type SessionBean Modifier and Type Method Description <T> BasicInjectionTarget<T>EjbSupport. createSessionBeanInjectionTarget(EnhancedAnnotatedType<T> type, SessionBean<T> bean, BeanManagerImpl manager)Creates anInjectionTargetimplementation for a given session bean.
-