Uses of Class
org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
Packages that use BeanDeploymentArchiveImpl
-
Uses of BeanDeploymentArchiveImpl in org.jboss.as.weld.deployment
Fields in org.jboss.as.weld.deployment with type parameters of type BeanDeploymentArchiveImplModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<BeanDeploymentArchiveImpl>>WeldAttachments.ADDITIONAL_BEAN_DEPLOYMENT_MODULEStop level list of all additional bean deployment modulesstatic final org.jboss.as.server.deployment.AttachmentKey<BeanDeploymentArchiveImpl>WeldAttachments.DEPLOYMENT_ROOT_BEAN_DEPLOYMENT_ARCHIVETheBeanDeploymentArchiveImplthat corresponds to the main resource root of a deployment or sub deployment.Methods in org.jboss.as.weld.deployment that return BeanDeploymentArchiveImplModifier and TypeMethodDescriptionprotected BeanDeploymentArchiveImplWeldDeployment.createAndRegisterAdditionalBeanDeploymentArchive(org.jboss.modules.Module module, Class<?> beanClass) Methods in org.jboss.as.weld.deployment that return types with arguments of type BeanDeploymentArchiveImplMethods in org.jboss.as.weld.deployment with parameters of type BeanDeploymentArchiveImplModifier and TypeMethodDescriptionvoidBeanDeploymentModule.addBeanDeploymentArchive(BeanDeploymentArchiveImpl archive) Makes theBeanDeploymentArchiveImplaccessible to all bdas in the moduleConstructor parameters in org.jboss.as.weld.deployment with type arguments of type BeanDeploymentArchiveImplModifierConstructorDescriptionBeanDeploymentModule(String moduleId, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, Collection<BeanDeploymentArchiveImpl> beanDeploymentArchives) WeldDeployment(Set<BeanDeploymentArchiveImpl> beanDeploymentArchives, Collection<org.jboss.weld.bootstrap.spi.Metadata<jakarta.enterprise.inject.spi.Extension>> extensions, org.jboss.modules.Module module, Set<ClassLoader> subDeploymentClassLoaders, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, BeanDeploymentModule rootBeanDeploymentModule, Map<org.jboss.modules.ModuleIdentifier, org.jboss.weld.bootstrap.spi.EEModuleDescriptor> eeModuleDescriptors)