Package | Description |
---|---|
javax.enterprise.deploy.spi |
Provides J2EE Product Vendor implementation classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DConfigBeanRoot
A Java EE component module consists of one or more deployment
descriptor files and zero or more non-deployment descriptor
XML instance documents.
|
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.