Uses of Interface
org.jboss.weld.bean.SessionBean
Packages that use SessionBean
Package
Description
-
Uses of SessionBean in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type SessionBeanModifier and TypeMethodDescriptionvoidBeanDeployerEnvironment.addSessionBean(SessionBean<?> bean) -
Uses of SessionBean in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events with parameters of type SessionBeanModifier and TypeMethodDescriptionprotected 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 SessionBeanModifier and TypeMethodDescription<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 SessionBeanModifier and TypeMethodDescriptionMap<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 SessionBeanModifier and TypeMethodDescription<T> BasicInjectionTarget<T>EjbSupport.createSessionBeanInjectionTarget(EnhancedAnnotatedType<T> type, SessionBean<T> bean, BeanManagerImpl manager) Creates anInjectionTargetimplementation for a given session bean.