|
||||||||||
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |