Package | Description |
---|---|
javax.enterprise.deploy.model |
Provides tool vendor implementation classes.
|
javax.enterprise.deploy.spi |
Provides product vendor implementation classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DDBeanRoot
The root of a DDBean tree (a standard deployment descriptor)
|
Modifier and Type | Method and Description |
---|---|
DDBean |
XpathEvent.getBean()
Get the DDBean
|
DDBean[] |
J2eeApplicationObject.getChildBean(ModuleType type,
String xpath)
Get the child elements with the specified xpath
|
DDBean[] |
DeployableObject.getChildBean(String xpath)
Get the child elements with the specified xpath
|
DDBean[] |
DDBean.getChildBean(String xpath)
Get the child elements with the specified xpath
|
Constructor and Description |
---|
XpathEvent(DDBean bean,
Object type)
Create a new XpathEvent
|
Modifier and Type | Method and Description |
---|---|
DDBean |
DConfigBean.getDDBean()
Get the XML text for this configuration
|
Modifier and Type | Method and Description |
---|---|
DConfigBean |
DConfigBean.getDConfigBean(DDBean bean)
Return the JavaBean containing server specific deployment information
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.