|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DConfigBean
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 |
---|
DDBean getDDBean()
String[] getXpaths()
DConfigBean getDConfigBean(DDBean bean) throws ConfigurationException
bean
- the xml data to be evaluated
ConfigurationException
- for errors generating the configuring beanvoid removeDConfigBean(DConfigBean bean) throws BeanNotFoundException
bean
- the child
BeanNotFoundException
- when the bean is not foundvoid notifyDDChange(XpathEvent event)
event
- the eventvoid addPropertyChangeListener(PropertyChangeListener listener)
listener
- the listenervoid removePropertyChangeListener(PropertyChangeListener listener)
listener
- the listener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |