Package | Description |
---|---|
javax.enterprise.deploy.model |
Provides Tool Vendor implementation classes.
|
javax.enterprise.deploy.spi |
Provides J2EE Product Vendor implementation classes.
|
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 based upon an XPath; all
deployment descriptors of the specified type are searched.
|
DDBean[] |
DeployableObject.getChildBean(String xpath)
Return an array of standard beans representing the
XML content returned based upon the XPath.
|
DDBean[] |
DDBean.getChildBean(String xpath)
Return a list of DDBeans based upon the XPath.
|
Constructor and Description |
---|
XpathEvent(DDBean bean,
Object typ)
A description of a change in the ConfigBean 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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.