|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DDBean | |
---|---|
javax.enterprise.deploy.model | |
javax.enterprise.deploy.spi |
Uses of DDBean in javax.enterprise.deploy.model |
---|
Subinterfaces of DDBean in javax.enterprise.deploy.model | |
---|---|
interface |
DDBeanRoot
An interface that represents the root of a standard deployment descriptor. |
Methods in javax.enterprise.deploy.model that return DDBean | |
---|---|
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. |
Constructors in javax.enterprise.deploy.model with parameters of type DDBean | |
---|---|
XpathEvent(DDBean bean,
Object type)
A description of a change in the DDBean tree. |
Uses of DDBean in javax.enterprise.deploy.spi |
---|
Methods in javax.enterprise.deploy.spi that return DDBean | |
---|---|
DDBean |
DConfigBean.getDDBean()
Return the JavaBean containing the deployment descriptor XML text associated with this DConfigBean. |
Methods in javax.enterprise.deploy.spi with parameters of type DDBean | |
---|---|
DConfigBean |
DConfigBean.getDConfigBean(DDBean bean)
Return the JavaBean containing the server-specific deployment configuration information based upon the XML data provided by the DDBean. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |