站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Interface javax.enterprise.deploy.model.DDBean (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Interface
javax.enterprise.deploy.model.DDBean

Packages that use DDBean
javax.enterprise.deploy.model Provides tool vendor implementation classes. 
javax.enterprise.deploy.spi Provides product vendor implementation classes. 
 

Uses of DDBean in javax.enterprise.deploy.model
 

Subinterfaces of DDBean in javax.enterprise.deploy.model
 interface DDBeanRoot
          The root of a DDBean tree (a standard deployment descriptor)
 

Methods in javax.enterprise.deploy.model that return DDBean
 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
 

Constructors in javax.enterprise.deploy.model with parameters of type DDBean
XpathEvent(DDBean bean, Object type)
          Create a new XpathEvent
 

Uses of DDBean in javax.enterprise.deploy.spi
 

Methods in javax.enterprise.deploy.spi that return DDBean
 DDBean DConfigBean.getDDBean()
          Get the XML text for this configuration
 

Methods in javax.enterprise.deploy.spi with parameters of type DDBean
 DConfigBean DConfigBean.getDConfigBean(DDBean bean)
          Return the JavaBean containing server specific deployment information
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.