Uses of Interface
org.jboss.webbeans.bootstrap.spi.BeanDeploymentArchive

Packages that use BeanDeploymentArchive
org.jboss.webbeans.bootstrap.spi   
org.jboss.webbeans.ejb.spi   
 

Uses of BeanDeploymentArchive in org.jboss.webbeans.bootstrap.spi
 

Methods in org.jboss.webbeans.bootstrap.spi that return BeanDeploymentArchive
 BeanDeploymentArchive Deployment.loadBeanDeploymentArchive(java.lang.Class<?> beanClass)
          Load the BeanDeploymentArchive containing the given class.
 

Methods in org.jboss.webbeans.bootstrap.spi that return types with arguments of type BeanDeploymentArchive
 java.util.List<BeanDeploymentArchive> Deployment.getBeanDeploymentArchives()
          Get the bean deployment archives which are accessible by this deployment and adjacent to it in the deployment archive graph.
 java.util.List<BeanDeploymentArchive> BeanDeploymentArchive.getBeanDeploymentArchives()
          Get the ordered bean deployment archives which are accessible to this bean deployment archive and adjacent to it i n the deployment archive graph.
 

Uses of BeanDeploymentArchive in org.jboss.webbeans.ejb.spi
 

Subinterfaces of BeanDeploymentArchive in org.jboss.webbeans.ejb.spi
 interface EJBModule
          Represents an EJB bean deployment archive.
 



Copyright © 2008-2009. All Rights Reserved.