|
BEA Systems, Inc. | ||||||||||
| 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. |
weblogic.j2ee.descriptor.wl.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 |
|---|
weblogic.j2ee.descriptor.wl.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
IllegalArgumentExceptionvoid close()
close in interface weblogic.deploy.api.internal.Closable
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||