站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 deployment API Documentation 英文版文档

DConfigBeanRootImpl (JBoss JSR-88 Deployment API) - JBoss 4.0.1 sp1 deployment API Documentation 英文版文档


org.jboss.deployment.spi
Class DConfigBeanRootImpl

java.lang.Object
  extended byorg.jboss.deployment.spi.DConfigBeanImpl
      extended byorg.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 $
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.