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

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


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

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

Uses of DDBeanRoot in javax.enterprise.deploy.model
 

Methods in javax.enterprise.deploy.model that return DDBeanRoot
 DDBeanRoot DeployableObject.getDDBeanRoot()
          Get the top level element of the deployment descriptor
 DDBeanRoot DeployableObject.getDDBeanRoot(String filename)
          Returns a DDBeanRoot for the xml document.
 DDBeanRoot DDBean.getRoot()
          Get the root element
 

Uses of DDBeanRoot in javax.enterprise.deploy.spi
 

Methods in javax.enterprise.deploy.spi with parameters of type DDBeanRoot
 DConfigBeanRoot DeploymentConfiguration.getDConfigBeanRoot(DDBeanRoot bean)
          Return the top level configuration for a deployment descriptor
 DConfigBeanRoot DeploymentConfiguration.restoreDConfigBean(InputStream input, DDBeanRoot bean)
          Restore a configuration from an input stream
 DConfigBean DConfigBeanRoot.getDConfigBean(DDBeanRoot beanRoot)
          Return the configuration that is not the primary deployment descriptor
 



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