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.