public interface WebLogicDeploymentConfiguration extends DeploymentConfiguration, Closable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DEFAULT_APPNAME
The default name for an application. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()
Closes all resources and invalidates this configuration. 
 | 
void | 
export(int type)
Create new plan using variables for properties in all descriptors. 
 | 
void | 
export(int type,
      boolean standard)
Create new plan using variables for properties in all descriptors. 
 | 
void | 
export(int type,
      boolean standard,
      String module_uri)
Create new plan using variables for properties in all descriptors. 
 | 
String | 
getModuleName(DDBeanRoot ddr)
Returns the configured name of module. 
 | 
DeploymentPlanBean | 
getPlan()
Returns the bean tree for the current deployment plan. 
 | 
getDConfigBeanRoot, getDeployableObject, removeDConfigBean, restore, restoreDConfigBean, save, saveDConfigBeanstatic final String DEFAULT_APPNAME
DeploymentPlanBean getPlan()
String getModuleName(DDBeanRoot ddr)
ddr - The root element of the standard deployment descriptor for the module.void export(int type)
     throws IllegalArgumentException
type - is one of PlanConstants.DEPENDENCY,
 PlanConstants.DECLARATION,
 PlanConstants.CONFIGURABLE,
 PlanConstants.CHANGABLE or
 PlanConstants.DYNAMIC or
 PlanConstants.ANYIllegalArgumentExceptionvoid export(int type,
            boolean standard)
     throws IllegalArgumentException
type - is one of PlanConstants.DEPENDENCY,
 PlanConstants.DECLARATION,
 PlanConstants.CONFIGURABLE,
 PlanConstants.CHANGABLE or
 PlanConstants.DYNAMIC or
 PlanConstants.ANYstandard - Causes standard descriptors to be includedIllegalArgumentExceptionvoid export(int type,
            boolean standard,
            String module_uri)
     throws IllegalArgumentException
type - is one of PlanConstants.DEPENDENCY,
 PlanConstants.DECLARATION,
 PlanConstants.CONFIGURABLE,
 PlanConstants.CHANGABLE or
 PlanConstants.DYNAMIC or
 PlanConstants.ANYstandard - Causes standard descriptors to be includedmodule_uri - Causes only exports for the moduleIllegalArgumentException