Methods Summary |
---|
public DConfigBeanRoot | getDConfigBeanRoot(DDBeanRoot bean)Returns the top level configuration bean, DConfigBeanRoot,
associated with the deployment descriptor represented by
the designated DDBeanRoot bean.
|
public DeployableObject | getDeployableObject()Returns an object that provides access to
the deployment descriptor data and classes
of a J2EE module.
|
public void | removeDConfigBean(DConfigBeanRoot bean)Remove the root DConfigBean and all its children.
|
public void | restore(java.io.InputStream inputArchive)Restore from disk to a full set of configuration beans previously
stored.
|
public DConfigBeanRoot | restoreDConfigBean(java.io.InputStream inputArchive, DDBeanRoot bean)Restore from disk to instantated objects all the DConfigBeans
associated with a specific deployment descriptor. The beans
may be fully or partially configured.
|
public void | save(java.io.OutputStream outputArchive)Save to disk the current set configuration beans created for
this deployable module.
It is recommended the file format be XML.
|
public void | saveDConfigBean(java.io.OutputStream outputArchive, DConfigBeanRoot bean)Save to disk all the configuration beans associated with
a particular deployment descriptor file. The saved data
may be fully or partially configured DConfigBeans. The
output file format is recommended to be XML.
|