|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ spi overview ] | PREV NEXT | ||||||||
Uses of Interface
javax.enterprise.deploy.spi.DConfigBeanRoot
| Uses of DConfigBeanRoot in javax.enterprise.deploy.spi |
| Methods in javax.enterprise.deploy.spi that return DConfigBeanRoot | |
DConfigBeanRoot |
DeploymentConfiguration.getDConfigBeanRoot(javax.enterprise.deploy.model.DDBeanRoot bean)
Returns the top level configuration bean, DConfigBeanRoot, associated with the deployment descriptor represented by the designated DDBeanRoot bean. |
DConfigBeanRoot |
DeploymentConfiguration.restoreDConfigBean(java.io.InputStream inputArchive,
javax.enterprise.deploy.model.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(java.io.OutputStream outputArchive,
DConfigBeanRoot bean)
Save to disk all the configuration beans associated with a particular deployment descriptor file. |
|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ spi overview ] | PREV NEXT | ||||||||