| Package | Description | 
|---|---|
| javax.enterprise.deploy.spi | Provides J2EE Product Vendor implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| DConfigBean | DConfigBean. getDConfigBean(DDBean bean)Return the JavaBean containing the server-specific deployment 
 configuration information based upon the XML data provided 
 by the DDBean. | 
| DConfigBeanRoot | DeploymentConfiguration. getDConfigBeanRoot(DDBeanRoot bean)Returns the top level configuration bean, DConfigBeanRoot,
 associated with the deployment descriptor represented by
 the designated DDBeanRoot bean. | 
| void | DeploymentConfiguration. restore(InputStream inputArchive)Restore from disk to a full set of configuration beans previously
 stored. | 
| DConfigBeanRoot | DeploymentConfiguration. restoreDConfigBean(InputStream inputArchive,
                  DDBeanRoot bean)Restore from disk to instantated objects all the DConfigBeans 
 associated with a specific deployment descriptor. | 
| void | DeploymentConfiguration. save(OutputStream outputArchive)Save to disk the current set configuration beans created for
 this deployable module. | 
| void | DeploymentConfiguration. saveDConfigBean(OutputStream outputArchive,
               DConfigBeanRoot bean)Save to disk all the configuration beans associated with 
 a particular deployment descriptor file. | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.