|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationException | |
javax.enterprise.deploy.spi |
Uses of ConfigurationException in javax.enterprise.deploy.spi |
Methods in javax.enterprise.deploy.spi that throw ConfigurationException | |
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(java.io.InputStream inputArchive,
DDBeanRoot bean)
Restore from disk to instantated objects all the DConfigBeans associated with a specific deployment descriptor. |
void |
DeploymentConfiguration.saveDConfigBean(java.io.OutputStream outputArchive,
DConfigBeanRoot bean)
Save to disk all the configuration beans associated with a particular deployment descriptor file. |
void |
DeploymentConfiguration.restore(java.io.InputStream inputArchive)
Restore from disk to a full set of configuration beans previously stored. |
void |
DeploymentConfiguration.save(java.io.OutputStream outputArchive)
Save to disk the current set configuration beans created for this deployable module. |
DConfigBean |
DConfigBean.getDConfigBean(DDBean bean)
Return the JavaBean containing the server-specific deployment configuration information based upon the XML data provided by the DDBean. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |