Package | Description |
---|---|
org.jboss.as.weld.deployment | |
org.jboss.as.weld.ejb |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<BeanDeploymentArchiveImpl> |
WeldAttachments.DEPLOYMENT_ROOT_BEAN_DEPLOYMENT_ARCHIVE
The
BeanDeploymentArchiveImpl that corresponds to the main resource root of a deployment or sub deployment. |
Modifier and Type | Method and Description |
---|---|
BeanDeploymentArchiveImpl |
WeldDeployment.getAdditionalBeanDeploymentArchive() |
Modifier and Type | Method and Description |
---|---|
Set<BeanDeploymentArchiveImpl> |
BeanDeploymentModule.getBeanDeploymentArchives() |
Modifier and Type | Method and Description |
---|---|
void |
BeanDeploymentModule.addBeanDeploymentArchive(BeanDeploymentArchiveImpl archive)
Makes the
BeanDeploymentArchiveImpl accessible to all bdas in the module |
Constructor and Description |
---|
BeanDeploymentModule(Set<BeanDeploymentArchiveImpl> beanDeploymentArchives) |
WeldDeployment(Set<BeanDeploymentArchiveImpl> beanDeploymentArchives,
Collection<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> extensions,
org.jboss.modules.Module module,
Set<ClassLoader> subDeploymentClassLoaders) |
Constructor and Description |
---|
BusinessInterfaceDescriptorImpl(BeanDeploymentArchiveImpl beanDeploymentArchive,
String className) |
EjbDescriptorImpl(EJBComponentDescription componentDescription,
BeanDeploymentArchiveImpl beanDeploymentArchive,
DeploymentReflectionIndex reflectionIndex) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.