org.jboss.deployment.spi
Class DConfigBeanRootImpl

java.lang.Object
  extended by org.jboss.deployment.spi.DConfigBeanImpl
      extended by org.jboss.deployment.spi.DConfigBeanRootImpl
All Implemented Interfaces:
javax.enterprise.deploy.spi.DConfigBean, javax.enterprise.deploy.spi.DConfigBeanRoot

public class DConfigBeanRootImpl
extends DConfigBeanImpl
implements javax.enterprise.deploy.spi.DConfigBeanRoot

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.

Version:
$Revision: 1.1.1.1.4.2 $
Author:
thomas.diesler@jboss.org

Constructor Summary
DConfigBeanRootImpl()
           
 
Method Summary
 javax.enterprise.deploy.spi.DConfigBean getDConfigBean(javax.enterprise.deploy.model.DDBeanRoot beanRoot)
          Return the configuration that is not the primary deployment descriptor
 
Methods inherited from class org.jboss.deployment.spi.DConfigBeanImpl
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
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener
 

Constructor Detail

DConfigBeanRootImpl

public DConfigBeanRootImpl()
Method Detail

getDConfigBean

public javax.enterprise.deploy.spi.DConfigBean getDConfigBean(javax.enterprise.deploy.model.DDBeanRoot beanRoot)
Return the configuration that is not the primary deployment descriptor

Specified by:
getDConfigBean in interface javax.enterprise.deploy.spi.DConfigBeanRoot
Parameters:
beanRoot - the root of the deployment descriptor
Returns:
the configuration


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.