Uses of Interface
javax.enterprise.deploy.spi.DConfigBean

Packages that use DConfigBean
javax.enterprise.deploy.spi   
 

Uses of DConfigBean in javax.enterprise.deploy.spi
 

Subinterfaces of DConfigBean in javax.enterprise.deploy.spi
 interface DConfigBeanRoot
          The DConfigBeanRoot interface represent the root of a deployment descriptor.
 

Methods in javax.enterprise.deploy.spi that return DConfigBean
 DConfigBean DConfigBean.getDConfigBean(DDBean bean)
          Return the JavaBean containing the server-specific deployment configuration information based upon the XML data provided by the DDBean.
 DConfigBean DConfigBeanRoot.getDConfigBean(DDBeanRoot ddBeanRoot)
          Return a DConfigBean for a deployment descriptor that is not the module's primary deployment descriptor.
 

Methods in javax.enterprise.deploy.spi with parameters of type DConfigBean
 void DConfigBean.removeDConfigBean(DConfigBean bean)
          Remove a child DConfigBean from this bean.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.