Package | Description |
---|---|
org.jboss.as.weld.deployment |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<BeanDeploymentModule>> |
WeldAttachments.ADDITIONAL_BEAN_DEPLOYMENT_MODULES
top level list of all additional bean deployment modules
|
static AttachmentKey<BeanDeploymentModule> |
WeldAttachments.BEAN_DEPLOYMENT_MODULE
The
BeanDeploymentModule for a deployment |
static AttachmentKey<AttachmentList<BeanDeploymentModule>> |
WeldAttachments.VISIBLE_ADDITIONAL_BEAN_DEPLOYMENT_MODULE
per DU list of all visible additional BDM's
|
Modifier and Type | Method and Description |
---|---|
void |
BeanDeploymentModule.addBeanDeploymentModule(BeanDeploymentModule module)
Makes all
BeanDeploymentArchiveImpl s in the given module accessible to all bdas in this module |
Modifier and Type | Method and Description |
---|---|
void |
BeanDeploymentModule.addBeanDeploymentModules(Collection<BeanDeploymentModule> modules)
Makes all
BeanDeploymentArchiveImpl s in the given modules accessible to all bdas in this module |
Copyright © 2013 JBoss by Red Hat. All rights reserved.