javax.enterprise.deploy.spi
Interface DConfigBeanRoot

All Superinterfaces:
DConfigBean (src)
All Known Implementing Classes:
DConfigBeanRootImpl (src)

public interface DConfigBeanRoot
extends DConfigBean (src)

The root of a configuration.


Method Summary
 DConfigBean (src) getDConfigBean(DDBeanRoot (src)  beanRoot)
          Return the configuration that is not the primary deployment descriptor
 
Methods inherited from interface javax.enterprise.deploy.spi.DConfigBean (src)
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener
 

Method Detail

getDConfigBean

public DConfigBean (src)  getDConfigBean(DDBeanRoot (src)  beanRoot)
Return the configuration that is not the primary deployment descriptor

Parameters:
beanRoot - the root of the deployment descriptor
Returns:
the configuration