|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployment.spi.DeploymentConfigurationImpl
An interface that defines a container for all the server-specific configuration information for a single top-level J2EE module. The DeploymentConfiguration object could represent a single stand alone module or an EAR file that contains several sub-modules.
| Constructor Summary | |
DeploymentConfigurationImpl()
|
|
| Method Summary | |
DConfigBeanRoot (src) |
getDConfigBeanRoot(DDBeanRoot (src) bean)
Return the top level configuration for a deployment descriptor |
DeployableObject (src) |
getDeployableObject()
Return an object that provides access to the deployment descriptor |
void |
removeDConfigBean(DConfigBeanRoot (src) bean)
Remove a root configuration and all its children |
void |
restore(java.io.InputStream input)
Restores a full set of configuration beans |
DConfigBeanRoot (src) |
restoreDConfigBean(java.io.InputStream input,
DDBeanRoot (src) bean)
Restore a configuration from an input stream |
void |
save(java.io.OutputStream output)
Saves the fulls set of configuration beans |
void |
saveDConfigBean(java.io.OutputStream output,
DConfigBeanRoot (src) bean)
Save a configuration to an output stream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DeploymentConfigurationImpl()
| Method Detail |
public DeployableObject (src) getDeployableObject()
getDeployableObject in interface DeploymentConfiguration (src)
public DConfigBeanRoot (src) getDConfigBeanRoot(DDBeanRoot (src) bean)
throws ConfigurationException (src)
getDConfigBeanRoot in interface DeploymentConfiguration (src) bean - the root of the deployment descriptor
ConfigurationException (src) - for an error in the deployment descriptor
public void removeDConfigBean(DConfigBeanRoot (src) bean)
throws BeanNotFoundException (src)
removeDConfigBean in interface DeploymentConfiguration (src) bean - the configuration
BeanNotFoundException (src) - when the bean is not found
public DConfigBeanRoot (src) restoreDConfigBean(java.io.InputStream input,
DDBeanRoot (src) bean)
throws ConfigurationException (src)
restoreDConfigBean in interface DeploymentConfiguration (src) input - the input streambean - the deployment descriptor
ConfigurationException (src) - when there is an error in the configuration
public void saveDConfigBean(java.io.OutputStream output,
DConfigBeanRoot (src) bean)
throws ConfigurationException (src)
saveDConfigBean in interface DeploymentConfiguration (src) output - the output streambean - the configuration
ConfigurationException (src) - when there is an error in the configuration
public void restore(java.io.InputStream input)
throws ConfigurationException (src)
restore in interface DeploymentConfiguration (src) input - the input stream
ConfigurationException (src) - for an error in the configuration
public void save(java.io.OutputStream output)
throws ConfigurationException (src)
save in interface DeploymentConfiguration (src) output - the output stream
ConfigurationException (src) - for an error in the configuration
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||