Uses of Class
org.jboss.weld.ejb.InternalEjbDescriptor
-
Packages that use InternalEjbDescriptor Package Description org.jboss.weld.bean JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean.attributes 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.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 InternalEjbDescriptor in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return InternalEjbDescriptor Modifier and Type Method Description InternalEjbDescriptor<T>SessionBean. getEjbDescriptor()Methods in org.jboss.weld.bean with parameters of type InternalEjbDescriptor Modifier and Type Method Description static <T> NewSessionBean<T>NewSessionBean. of(javax.enterprise.inject.spi.BeanAttributes<T> attributes, InternalEjbDescriptor<T> ejbDescriptor, BeanManagerImpl beanManager)Creates an instance of a NewEnterpriseBean from an annotated classstatic <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 typeConstructors in org.jboss.weld.bean with parameters of type InternalEjbDescriptor Constructor Description NewSessionBean(javax.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, InternalEjbDescriptor<T> ejbDescriptor, org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl beanManager)Protected constructorSessionBean(javax.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedType<T> type, InternalEjbDescriptor<T> ejbDescriptor, org.jboss.weld.serialization.spi.BeanIdentifier identifier, BeanManagerImpl manager)Constructor -
Uses of InternalEjbDescriptor in org.jboss.weld.bean.attributes
Methods in org.jboss.weld.bean.attributes with parameters of type InternalEjbDescriptor Modifier and Type Method Description static <T> javax.enterprise.inject.spi.BeanAttributes<T>BeanAttributesFactory. forSessionBean(EnhancedAnnotatedType<T> annotated, InternalEjbDescriptor<?> descriptor, BeanManagerImpl manager)Creates newBeanAttributesto represent a session bean. -
Uses of InternalEjbDescriptor in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return types with arguments of type InternalEjbDescriptor Modifier and Type Method Description Map<InternalEjbDescriptor<?>,EnhancedAnnotatedType<?>>BeanDeployerEnvironment. getNewSessionBeanDescriptorsFromInjectionPoint()Methods in org.jboss.weld.bootstrap with parameters of type InternalEjbDescriptor Modifier and Type Method Description protected <T> voidAbstractBeanDeployer. createNewSessionBean(InternalEjbDescriptor<T> ejbDescriptor, javax.enterprise.inject.spi.BeanAttributes<?> originalAttributes, EnhancedAnnotatedType<?> type)protected <T> SessionBean<T>AbstractBeanDeployer. createSessionBean(InternalEjbDescriptor<T> descriptor)protected <T> SessionBean<T>AbstractBeanDeployer. createSessionBean(InternalEjbDescriptor<T> descriptor, EnhancedAnnotatedType<T> weldClass)Constructor parameters in org.jboss.weld.bootstrap with type arguments of type InternalEjbDescriptor Constructor Description BeanDeployerEnvironment(Set<SlimAnnotatedTypeContext<?>> annotatedTypes, Set<Class<?>> vetoedClasses, com.google.common.cache.LoadingCache<Class<?>,Set<AbstractClassBean<?>>> classBeanMap, Set<ProducerField<?,?>> producerFields, com.google.common.cache.LoadingCache<BeanDeployerEnvironment.WeldMethodKey,Set<ProducerMethod<?,?>>> producerMethodBeanMap, Set<RIBean<?>> beans, Set<ObserverInitializationContext<?,?>> observers, Set<DisposalMethod<?,?>> allDisposalBeans, Set<DisposalMethod<?,?>> resolvedDisposalBeans, Set<DecoratorImpl<?>> decorators, Set<InterceptorImpl<?>> interceptors, EjbDescriptors ejbDescriptors, Set<EnhancedAnnotatedType<?>> newManagedBeanClasses, Map<InternalEjbDescriptor<?>,EnhancedAnnotatedType<?>> newSessionBeanDescriptorsFromInjectionPoint, BeanManagerImpl manager) -
Uses of InternalEjbDescriptor in org.jboss.weld.ejb
Methods in org.jboss.weld.ejb that return InternalEjbDescriptor Modifier and Type Method Description <T> InternalEjbDescriptor<T>EjbDescriptors. get(String beanName)Gets an iterator to the EJB descriptors for an EJB implementation class<T> InternalEjbDescriptor<T>EjbDescriptors. getUnique(Class<T> beanClass)static <T> InternalEjbDescriptor<T>InternalEjbDescriptor. of(org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor)Methods in org.jboss.weld.ejb that return types with arguments of type InternalEjbDescriptor Modifier and Type Method Description Iterator<InternalEjbDescriptor<?>>EjbDescriptors. iterator() -
Uses of InternalEjbDescriptor in org.jboss.weld.manager
Methods in org.jboss.weld.manager with parameters of type InternalEjbDescriptor Modifier and Type Method Description protected javax.enterprise.inject.spi.InjectionTarget<T>InjectionTargetFactoryImpl. createMessageDrivenInjectionTarget(InternalEjbDescriptor<T> descriptor) -
Uses of InternalEjbDescriptor in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type InternalEjbDescriptor Modifier and Type Method Description static <T> EnhancedAnnotatedType<T>Beans. getEjbImplementationClass(InternalEjbDescriptor<T> ejbDescriptor, BeanManagerImpl manager, EnhancedAnnotatedType<T> componentType)
-