|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A configuration associated with one or more deployment descriptors.
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener listener)
Add a property change listener |
DConfigBean |
getDConfigBean(DDBean bean)
Return the JavaBean containing server specific deployment information |
DDBean |
getDDBean()
Get the XML text for this configuration |
String[] |
getXpaths()
Get the xpaths this deployment descriptor requires |
void |
notifyDDChange(XpathEvent event)
A notification that the DDBean provided has changed and that this bean or child needs re-evaluating |
void |
removeDConfigBean(DConfigBean bean)
Remove a child |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Remove a property change listener |
Method Detail |
public DDBean getDDBean()
public String[] getXpaths()
public DConfigBean getDConfigBean(DDBean bean) throws ConfigurationException
bean
- the xml data to be evaluated
ConfigurationException
- for errors generating the configuring beanpublic void removeDConfigBean(DConfigBean bean) throws BeanNotFoundException
bean
- the child
BeanNotFoundException
- when the bean is not foundpublic void notifyDDChange(XpathEvent event)
event
- the eventpublic void addPropertyChangeListener(PropertyChangeListener listener)
listener
- the listenerpublic void removePropertyChangeListener(PropertyChangeListener listener)
listener
- the listener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |