Uses of Class
org.jboss.webbeans.ejb.EjbDescriptorCache

Packages that use EjbDescriptorCache
org.jboss.webbeans.bootstrap   
org.jboss.webbeans.xml   
org.jboss.webbeans.xml.registrator.bean.ext   
 

Uses of EjbDescriptorCache in org.jboss.webbeans.bootstrap
 

Methods in org.jboss.webbeans.bootstrap that return EjbDescriptorCache
 EjbDescriptorCache BeanDeployerEnvironment.getEjbDescriptors()
           
 

Methods in org.jboss.webbeans.bootstrap with parameters of type EjbDescriptorCache
protected  void WebBeansBootstrap.registerBeans(java.lang.Iterable<java.lang.Class<?>> classes, java.util.Collection<AnnotatedClass<?>> xmlClasses, java.lang.Iterable<AbstractJavaEEResourceBean<?>> resourceBeans, EjbDescriptorCache ejbDescriptors)
          Register the bean with the getManager(), including any standard (built in) beans
 

Constructors in org.jboss.webbeans.bootstrap with parameters of type EjbDescriptorCache
BeanDeployer(ManagerImpl manager, EjbDescriptorCache ejbDescriptors)
           
BeanDeployerEnvironment(EjbDescriptorCache ejbDescriptors)
           
 

Uses of EjbDescriptorCache in org.jboss.webbeans.xml
 

Methods in org.jboss.webbeans.xml that return EjbDescriptorCache
 EjbDescriptorCache XmlEnvironment.getEjbDescriptors()
           
 

Constructors in org.jboss.webbeans.xml with parameters of type EjbDescriptorCache
XmlEnvironment(ServiceRegistry serviceRegistry, EjbDescriptorCache ejbDescriptors, ManagerImpl manager)
           
XmlEnvironment(ServiceRegistry serviceRegistry, java.lang.Iterable<java.net.URL> beanXmlUrls, EjbDescriptorCache ejbDescriptors, ManagerImpl manager)
           
 

Uses of EjbDescriptorCache in org.jboss.webbeans.xml.registrator.bean.ext
 

Constructors in org.jboss.webbeans.xml.registrator.bean.ext with parameters of type EjbDescriptorCache
SessionBeanElementRegistrator(BeanChildrenChecker childrenChecker, EjbDescriptorCache ejbDescriptors)
           
SimpleBeanElementRegistrator(BeanChildrenChecker childrenChecker, EjbDescriptorCache ejbDescriptors)
           
 



Copyright © 2011. All Rights Reserved.