|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A container for server specific configuration for a top level deployment.
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 |
Method Detail |
public DeployableObject (src) getDeployableObject()
public DConfigBeanRoot (src) getDConfigBeanRoot(DDBeanRoot (src) bean) throws ConfigurationException (src)
bean
- the root of the deployment descriptor
ConfigurationException (src)
- for an error in the deployment descriptorpublic void removeDConfigBean(DConfigBeanRoot (src) bean) throws BeanNotFoundException (src)
bean
- the configuration
BeanNotFoundException (src)
- when the bean is not foundpublic DConfigBeanRoot (src) restoreDConfigBean(java.io.InputStream input, DDBeanRoot (src) bean) throws ConfigurationException (src)
input
- the input streambean
- the deployment descriptor
ConfigurationException (src)
- when there is an error in the configurationpublic void saveDConfigBean(java.io.OutputStream output, DConfigBeanRoot (src) bean) throws ConfigurationException (src)
output
- the output streambean
- the configuration
ConfigurationException (src)
- when there is an error in the configurationpublic void restore(java.io.InputStream input) throws ConfigurationException (src)
input
- the input stream
ConfigurationException (src)
- for an error in the configurationpublic void save(java.io.OutputStream output) throws ConfigurationException (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 |