public interface DConfigBean
Modifier and Type | Method and Description |
---|---|
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
|
DDBean getDDBean()
String[] getXpaths()
DConfigBean getDConfigBean(DDBean bean) throws ConfigurationException
bean
- the xml data to be evaluatedConfigurationException
- for errors generating the configuring beanvoid removeDConfigBean(DConfigBean bean) throws BeanNotFoundException
bean
- the childBeanNotFoundException
- when the bean is not foundvoid notifyDDChange(XpathEvent event)
event
- the eventvoid addPropertyChangeListener(PropertyChangeListener listener)
listener
- the listenervoid removePropertyChangeListener(PropertyChangeListener listener)
listener
- the listenerCopyright © 2018 JBoss by Red Hat. All rights reserved.