| Package | Description |
|---|---|
| javax.enterprise.deploy.model | |
| javax.enterprise.deploy.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DDBeanRoot
An interface that represents the root of a standard deployment descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
DDBean |
XpathEvent.getBean()
The bean being added/removed/changed.
|
DDBean[] |
J2eeApplicationObject.getChildBean(ModuleType type,
String xpath)
Return a list of DDBean instances based upon an XPath; all deployment
descriptors of the specified type are searched.
|
DDBean[] |
DDBean.getChildBean(String xpath)
Return a list of DDBeans based upon the XPath.
|
DDBean[] |
DeployableObject.getChildBean(String xpath)
Return an array of standard beans representing the XML content returned based upon the XPath.
|
| Constructor and Description |
|---|
XpathEvent(DDBean bean,
Object type)
A description of a change in the DDBean tree.
|
| Modifier and Type | Method and Description |
|---|---|
DDBean |
DConfigBean.getDDBean()
Return the JavaBean containing the deployment descriptor XML text associated with this DConfigBean.
|
| 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.
|
Copyright © 2013. All Rights Reserved.