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

Packages that use DConfigBeanRoot
javax.enterprise.deploy.spi   
 

Uses of DConfigBeanRoot in javax.enterprise.deploy.spi
 

Methods in javax.enterprise.deploy.spi that return DConfigBeanRoot
 DConfigBeanRoot DeploymentConfiguration.getDConfigBeanRoot(DDBeanRoot bean)
          Returns the top level configuration bean, DConfigBeanRoot, associated with the deployment descriptor represented by the designated DDBeanRoot bean.
 DConfigBeanRoot DeploymentConfiguration.restoreDConfigBean(InputStream inputArchive, DDBeanRoot bean)
          Restore from disk to instantated objects all the DConfigBeans associated with a specific deployment descriptor.
 

Methods in javax.enterprise.deploy.spi with parameters of type DConfigBeanRoot
 void DeploymentConfiguration.removeDConfigBean(DConfigBeanRoot bean)
          Remove the root DConfigBean and all its children.
 void DeploymentConfiguration.saveDConfigBean(OutputStream outputArchive, DConfigBeanRoot bean)
          Save to disk all the configuration beans associated with a particular deployment descriptor file.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.