|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebLogicDeploymentConfiguration
This interface provides WebLogic Server extensions to DeploymentConfiguration
.
WebLogicDeploymentConfiguration represents the overall WebLogic Server-specific configuration for a standalone
module or Enterprise Application.
Field Summary | |
---|---|
static String |
DEFAULT_APPNAME
The default name for an application. |
Method Summary | |
---|---|
void |
close()
Closes all resources and invalidates this configuration. |
void |
export(int type)
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. |
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 weblogic.deploy.api.spi.WebLogicDConfigBeanRoot.DEPENDENCY
,
weblogic.deploy.api.spi.WebLogicDConfigBeanRoot.DECLARATION
,
weblogic.deploy.api.spi.WebLogicDConfigBeanRoot.CONFIGURABLE
,
weblogic.deploy.api.spi.WebLogicDConfigBeanRoot.CHANGABLE
or
weblogic.deploy.api.spi.WebLogicDConfigBeanRoot.DYNAMIC
IllegalArgumentException
void close()
|
Copyright 1996, 2010, 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 Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |