|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface WebLogicDeploymentConfiguration
| Field Summary | |
|---|---|
static String |
DEFAULT_APPNAMEThe default name for an application. |
| Method Summary | |
|---|---|
abstract void |
close()Closes all resources and invalidates this configuration. |
abstract void |
export(int type)Create new plan using variables for properties in all descriptors. |
abstract void |
export(int type, boolean standard)Create new plan using variables for properties in all descriptors. |
abstract void |
export(int type, boolean standard, String module_uri)Create new plan using variables for properties in all descriptors. |
abstract String |
getModuleName(DDBeanRoot ddr)Returns the configured name of module. |
abstract DeploymentPlanBean |
getPlan()Returns the bean tree for the current deployment plan. |
| Methods inherited from interface javax.enterprise.deploy.spi.DeploymentConfiguration |
|---|
getDConfigBeanRoot, getDeployableObject, removeDConfigBean, restore, restoreDConfigBean, save, saveDConfigBean |
| Field Detail |
|---|
static final String DEFAULT_APPNAME
| Method Detail |
|---|
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.ANYIllegalArgumentException
void 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 includedIllegalArgumentException
void 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 moduleIllegalArgumentExceptionvoid close()
close in interface Closable
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||