当前页面:
在线文档首页 >
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
org.jboss.deployment.spi.DConfigBeanImpl
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 $
- Author:
- thomas.diesler@jboss.org
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 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 |
DConfigBeanRootImpl
public DConfigBeanRootImpl()
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.