org.jboss.deployment.spi
Class DConfigBeanRootImpl

java.lang.Object
  extended byorg.jboss.deployment.spi.DConfigBeanImpl (src) 
      extended byorg.jboss.deployment.spi.DConfigBeanRootImpl
All Implemented Interfaces:
DConfigBean (src) , DConfigBeanRoot (src)

public class DConfigBeanRootImpl
extends DConfigBeanImpl (src)
implements DConfigBeanRoot (src)

The DConfigBeanRoot object is a deployment configuration bean (DConfigBean) that is associated with the root of the component's deployment descriptor. It must be created by calling the DeploymentConfiguration.getDConfigBean(DDBeanRoot) method, where DDBeanRoot represents the component's deployment descriptor.


Constructor Summary
DConfigBeanRootImpl()
           
 
Method Summary
 DConfigBean (src) getDConfigBean(DDBeanRoot (src)  beanRoot)
          Return the configuration that is not the primary deployment descriptor
 
Methods inherited from class org.jboss.deployment.spi.DConfigBeanImpl (src)
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.enterprise.deploy.spi.DConfigBean (src)
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener
 

Constructor Detail

DConfigBeanRootImpl

public DConfigBeanRootImpl()
Method Detail

getDConfigBean

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

Specified by:
getDConfigBean in interface DConfigBeanRoot (src)
Parameters:
beanRoot - the root of the deployment descriptor
Returns:
the configuration