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

DConfigBeanRoot (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.enterprise.deploy.spi
Interface DConfigBeanRoot

All Superinterfaces:
DConfigBean

public interface DConfigBeanRoot
extends DConfigBean

The root of a configuration.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 DConfigBean getDConfigBean(DDBeanRoot beanRoot)
          Return the configuration that is not the primary deployment descriptor
 
Methods inherited from interface javax.enterprise.deploy.spi.DConfigBean
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener
 

Method Detail

getDConfigBean

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

Parameters:
beanRoot - the root of the deployment descriptor
Returns:
the configuration


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