|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentConfiguration
A container for server specific configuration for a top level deployment.
| Method Summary | |
|---|---|
DConfigBeanRoot |
getDConfigBeanRoot(DDBeanRoot bean)
Return the top level configuration for a deployment descriptor |
DeployableObject |
getDeployableObject()
Return an object that provides access to the deployment descriptor |
void |
removeDConfigBean(DConfigBeanRoot bean)
Remove a root configuration and all its children |
void |
restore(InputStream input)
Restores a full set of configuration beans |
DConfigBeanRoot |
restoreDConfigBean(InputStream input,
DDBeanRoot bean)
Restore a configuration from an input stream |
void |
save(OutputStream output)
Saves the fulls set of configuration beans |
void |
saveDConfigBean(OutputStream output,
DConfigBeanRoot bean)
Save a configuration to an output stream |
| Method Detail |
|---|
DeployableObject getDeployableObject()
DConfigBeanRoot getDConfigBeanRoot(DDBeanRoot bean)
throws ConfigurationException
bean - the root of the deployment descriptor
ConfigurationException - for an error in the deployment descriptor
void removeDConfigBean(DConfigBeanRoot bean)
throws BeanNotFoundException
bean - the configuration
BeanNotFoundException - when the bean is not found
DConfigBeanRoot restoreDConfigBean(InputStream input,
DDBeanRoot bean)
throws ConfigurationException
input - the input streambean - the deployment descriptor
ConfigurationException - when there is an error in the configuration
void saveDConfigBean(OutputStream output,
DConfigBeanRoot bean)
throws ConfigurationException
output - the output streambean - the configuration
ConfigurationException - when there is an error in the configuration
void restore(InputStream input)
throws ConfigurationException
input - the input stream
ConfigurationException - for an error in the configuration
void save(OutputStream output)
throws ConfigurationException
output - the output stream
ConfigurationException - for an error in the configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||