FileDocCategorySizeDatePackage
DConfigBeanRootImpl.javaAPI DocJBoss 4.2.12011Fri Jul 13 20:52:34 BST 2007org.jboss.deployment.spi

DConfigBeanRootImpl

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.
author
thomas.diesler@jboss.org
version
$Revision: 57190 $

Fields Summary
Constructors Summary
Methods Summary
public javax.enterprise.deploy.spi.DConfigBeangetDConfigBean(javax.enterprise.deploy.model.DDBeanRoot beanRoot)
Return the configuration that is not the primary deployment descriptor

param
beanRoot the root of the deployment descriptor
return
the configuration

      return null;  //[todo] implement method