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

Packages that use DConfigBean
javax.enterprise.deploy.spi Provides J2EE Product Vendor implementation classes. 
 

Uses of DConfigBean in javax.enterprise.deploy.spi
 

Subinterfaces of DConfigBean in javax.enterprise.deploy.spi
 interface DConfigBeanRoot
          A J2EE component module consists of one or more deployment descriptor files and zero or more non-deployment descriptor XML instance documents.
 

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 © 2008 Sun Microsystems, Inc.. All Rights Reserved.