Package | Description |
---|---|
javax.enterprise.deploy.spi |
Provides J2EE Product Vendor implementation classes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.