Package | Description |
---|---|
javax.enterprise.deploy.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
DConfigBeanRoot
The DConfigBeanRoot interface represent the root of a deployment descriptor.
|
Modifier and Type | Method and Description |
---|---|
DConfigBean |
DConfigBean.getDConfigBean(DDBean bean)
Return the JavaBean containing the server-specific deployment configuration
information based upon the XML data provided by the DDBean.
|
DConfigBean |
DConfigBeanRoot.getDConfigBean(DDBeanRoot ddBeanRoot)
Return a DConfigBean for a deployment descriptor that is not the module's
primary deployment descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
DConfigBean.removeDConfigBean(DConfigBean bean)
Remove a child DConfigBean from this bean.
|
Copyright © 2013. All Rights Reserved.