javax.enterprise.deploy.spi
Interface DConfigBeanRoot

All Superinterfaces:
DConfigBean

public interface DConfigBeanRoot
extends DConfigBean

The root of a configuration.

Version:
$Revision: 57196 $
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

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.