Uses of Class
javax.enterprise.deploy.spi.exceptions.ConfigurationException

Packages that use ConfigurationException
javax.enterprise.deploy.spi Provides product vendor implementation classes. 
 

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 server specific deployment information
 DConfigBeanRoot DeploymentConfiguration.getDConfigBeanRoot(DDBeanRoot bean)
          Return the top level configuration for a deployment descriptor
 void DeploymentConfiguration.restore(InputStream input)
          Restores a full set of configuration beans
 DConfigBeanRoot DeploymentConfiguration.restoreDConfigBean(InputStream input, DDBeanRoot bean)
          Restore a configuration from an input stream
 void DeploymentConfiguration.save(OutputStream output)
          Saves the fulls set of configuration beans
 void DeploymentConfiguration.saveDConfigBean(OutputStream output, DConfigBeanRoot bean)
          Save a configuration to an output stream
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.