javax.enterprise.deploy.spi.DConfigBean, javax.enterprise.deploy.spi.DConfigBeanRoot, PlanConstants, WebLogicDConfigBeanpublic interface WebLogicDConfigBeanRoot extends WebLogicDConfigBean, PlanConstants
DConfigBeanRoot.
 WebLogicDConfigBeanRoot is the DConfigBean associated with a module's DDBeanRoot.ANY, CHANGABLE, CONFIGURABLE, DECLARATION, DEPENDENCY, DYNAMIC| Modifier and Type | Method | Description | 
|---|---|---|
void | 
close() | 
|
void | 
export(int type) | 
 Create new plan using variables for properties in this descriptor. 
 | 
void | 
export(DescriptorBean bean,
      java.lang.String[] props) | 
 Create new plan using variables for properties in descriptor beans. 
 | 
java.lang.String | 
getUri() | 
 Location of configuration descriptor relative to root of the associated module. 
 | 
getDescriptorBean, isModified, notifyDDChangevoid export(int type)
     throws java.lang.IllegalArgumentException
type - is one of PlanConstants.DEPENDENCY,
 PlanConstants.DECLARATION,
 PlanConstants.CONFIGURABLE,
 PlanConstants.CHANGABLE or
 PlanConstants.DYNAMIC
 PlanConstants.ANYjava.lang.IllegalArgumentExceptionvoid export(DescriptorBean bean, java.lang.String[] props) throws java.lang.IllegalArgumentException
bean - specifies the element containing properties to exportprops - is list of property names in the bean to exportjava.lang.IllegalArgumentExceptionjava.lang.String getUri()
void close()