Uses of Class
org.jboss.weld.ejb.EjbDescriptors
-
Packages that use EjbDescriptors Package Description 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. -
-
Uses of EjbDescriptors in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return EjbDescriptors Modifier and Type Method Description EjbDescriptorsBeanDeployerEnvironment. getEjbDescriptors()Methods in org.jboss.weld.bootstrap with parameters of type EjbDescriptors Modifier and Type Method Description static BeanDeployerEnvironmentBeanDeployerEnvironmentFactory. newConcurrentEnvironment(EjbDescriptors ejbDescriptors, BeanManagerImpl manager)Creates a new threadsafe BeanDeployerEnvironment instance.static BeanDeployerEnvironmentBeanDeployerEnvironmentFactory. newEnvironment(EjbDescriptors ejbDescriptors, BeanManagerImpl manager)Constructors in org.jboss.weld.bootstrap with parameters of type EjbDescriptors Constructor Description BeanDeployer(BeanManagerImpl manager, EjbDescriptors ejbDescriptors, org.jboss.weld.bootstrap.api.ServiceRegistry services)BeanDeployer(BeanManagerImpl manager, EjbDescriptors ejbDescriptors, org.jboss.weld.bootstrap.api.ServiceRegistry services, BeanDeployerEnvironment environment)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)BeanDeployerEnvironment(EjbDescriptors ejbDescriptors, BeanManagerImpl manager)ConcurrentBeanDeployer(BeanManagerImpl manager, EjbDescriptors ejbDescriptors, org.jboss.weld.bootstrap.api.ServiceRegistry services) -
Uses of EjbDescriptors in org.jboss.weld.ejb
Fields in org.jboss.weld.ejb declared as EjbDescriptors Modifier and Type Field Description static EjbDescriptorsEjbDescriptors. EMPTY
-