Uses of Class
org.jboss.weld.bean.SessionBean
-
Packages that use SessionBean Package Description org.jboss.weld.bean JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean.proxy JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bootstrap JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bootstrap.events JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection.producer.ejb JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.manager JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of SessionBean in org.jboss.weld.bean
Subclasses of SessionBean in org.jboss.weld.bean Modifier and Type Class Description classNewSessionBean<T>Represents a @New enterprise beanMethods in org.jboss.weld.bean that return SessionBean Modifier and Type Method 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 -
Uses of SessionBean in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy with parameters of type SessionBean Modifier and Type Method Description voidEnterpriseBeanInstance. destroy(Marker marker, SessionBean<?> enterpriseBean, javax.enterprise.context.spi.CreationalContext<?> creationalContext)Constructors in org.jboss.weld.bean.proxy with parameters of type SessionBean Constructor Description EnterpriseBeanProxyMethodHandler(SessionBean<T> bean)ConstructorEnterpriseProxyFactory(Class<T> proxiedBeanType, SessionBean<T> bean)Produces a factory for a specific bean implementation. -
Uses of SessionBean in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return SessionBean Modifier and Type Method Description protected <T> SessionBean<T>AbstractBeanDeployer. createSessionBean(InternalEjbDescriptor<T> descriptor)protected <T> SessionBean<T>AbstractBeanDeployer. createSessionBean(InternalEjbDescriptor<T> descriptor, EnhancedAnnotatedType<T> weldClass)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.injection.producer.ejb
Methods in org.jboss.weld.injection.producer.ejb that return SessionBean Modifier and Type Method Description SessionBean<T>SessionBeanInjectionTarget. getBean()SessionBean<T>SessionBeanProxyInstantiator. getBean()Methods in org.jboss.weld.injection.producer.ejb with parameters of type SessionBean Modifier and Type Method Description static <T> SessionBeanInjectionTarget<T>SessionBeanInjectionTarget. of(EnhancedAnnotatedType<T> type, SessionBean<T> bean, BeanManagerImpl beanManager)Constructors in org.jboss.weld.injection.producer.ejb with parameters of type SessionBean Constructor Description SessionBeanProxyInstantiator(EnhancedAnnotatedType<T> type, SessionBean<T> 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.util
Methods in org.jboss.weld.util with parameters of type SessionBean Modifier and Type Method Description static <T> EnhancedAnnotatedType<T>Beans. getEjbImplementationClass(SessionBean<T> bean)ReturnsEnhancedAnnotatedTypefor the EJB implementation class.
-