Searched refs:DConfigBean (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/
H A DDConfigBeanRoot.java57 * (DConfigBean) that is associated with the root of the component's
63 * A DConfigBean object is associated with a deployment descriptor
66 * DConfigBean object is a child of the compontent's DConfigBeanRoot
82 public interface DConfigBeanRoot extends DConfigBean {
85 * Return a DConfigBean for a deployment descriptor that is not
100 * @return a DConfigBean to be used for processing this deployment
101 * descriptor data. Null may be returned if no DConfigBean is
104 public DConfigBean getDConfigBean(DDBeanRoot ddBeanRoot);
H A DDConfigBean.java49 * The DConfigBean is a deployment configuration bean (DConfigBean)
51 * (DDBean). A DConfigBean represents a logical grouping of deployment
52 * configuration data to be presented to the Deployer. A DConfigBean
54 * it requires. A DConfigBean may contain other DConfigBeans and
55 * regular JavaBeans. The top most DConfigBean is a DConfigBeanRoot
59 * A DConfigBean is created by calling DConfigBean.getDConfigBean(DDBean)
60 * method, where DConfigBean is the object that provided the XPath which
64 * A DConfigBean i
78 public interface DConfigBean interface
[all...]
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/config/
H A DSunConfigBean.java51 import javax.enterprise.deploy.spi.DConfigBean;
68 public abstract class SunConfigBean implements DConfigBean, XpathListener {
91 * @return The DConfigBean to display the server-specific properties
102 public DConfigBean getDConfigBean(DDBean bean)
130 * descriptor XML text associated with this DConfigBean.
132 * this DConfigBean.
161 * Remove a child DConfigBean from this bean.
163 * @param bean The child DConfigBean to be removed.
167 public void removeDConfigBean(DConfigBean dConfigBean) throws javax.enterprise.deploy.spi.exceptions.BeanNotFoundException {
198 * information this DConfigBean require
[all...]

Completed in 12 milliseconds