Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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 DConfigBeanRoot.getDConfigBean(javax.enterprise.deploy.model.DDBeanRoot ddBeanRoot)
          Return a DConfigBean for a deployment descriptor that is not the module's primary deployment descriptor.
 DConfigBean DConfigBean.getDConfigBean(javax.enterprise.deploy.model.DDBean bean)
          Return the JavaBean containing the server-specific deployment configuration information based upon the XML data provided by the DDBean.
 

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