| |
|
| javax.enterprise.deploy.spi.DConfigBean
DConfigBean | public interface DConfigBean (Code) | | A configuration associated with one or more deployment descriptors.
author: Adrian Brock version: $Revision: 57196 $ |
addPropertyChangeListener | void addPropertyChangeListener(PropertyChangeListener listener)(Code) | | Add a property change listener
Parameters: listener - the listener |
getDDBean | DDBean getDDBean()(Code) | | Get the XML text for this configuration
the xml text |
getXpaths | String[] getXpaths()(Code) | | Get the xpaths this deployment descriptor requires
the xpaths |
notifyDDChange | void notifyDDChange(XpathEvent event)(Code) | | A notification that the DDBean provided has changed and that this bean or
child needs re-evaluating
Parameters: event - the event |
removePropertyChangeListener | void removePropertyChangeListener(PropertyChangeListener listener)(Code) | | Remove a property change listener
Parameters: listener - the listener |
|
|
|