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

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


Uses of Interface
javax.enterprise.deploy.spi.DConfigBeanRoot

Packages that use DConfigBeanRoot
javax.enterprise.deploy.spi Provides product vendor implementation classes. 
 

Uses of DConfigBeanRoot in javax.enterprise.deploy.spi
 

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

Methods in javax.enterprise.deploy.spi with parameters of type DConfigBeanRoot
 void DeploymentConfiguration.removeDConfigBean(DConfigBeanRoot bean)
          Remove a root configuration and all its children
 void DeploymentConfiguration.saveDConfigBean(OutputStream output, DConfigBeanRoot bean)
          Save a configuration to an output stream
 



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