public class SunDeploymentConfiguration extends Object implements javax.enterprise.deploy.spi.DeploymentConfiguration
A container for all the server-specific configuration information for a
single top-level J2EE module. The DeploymentConfiguration object could
represent a single stand alone module or an EAR file that contains several
sub-modules.
author
Jerome Dochez
Fields Summary
private final javax.enterprise.deploy.model.DeployableObject
Restore from disk to instantated objects all the DConfigBeans
associated with a specific deployment descriptor. The beans
may be fully or partially configured.
param
inputArchive The input stream for the file from which the
DConfigBeans should be restored.
param
bean The DDBeanRoot bean associated with the
deployment descriptor file.
return
The top most parent configuration bean, DConfigBeanRoot
throws
ConfigurationException reports errors in generating
a configuration bean
Save to disk all the configuration beans associated with
a particular deployment descriptor file. The saved data
may be fully or partially configured DConfigBeans. The
output file format is recommended to be XML.
param
outputArchive The output stream to which the DConfigBeans
should be saved.
param
bean The top level bean, DConfigBeanRoot, from which to be save.
throws
ConfigurationException reports errors in generating
a configuration bean