| Package | Description | 
|---|---|
| weblogic.application | 
 This package contains public WebLogic Application classes / interfaces. 
 | 
| weblogic.management.configuration | 
 Contains classes and interfaces for configuring a WebLogic 
Server domain. 
 | 
| weblogic.management.runtime | 
 Contains classes and interfaces for monitoring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AppDeploymentMBean | 
ApplicationContext.getAppDeploymentMBean()
Returns the AppDeploymentMBean for this Application. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
LibraryMBean
Configuration bean for Libraries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AppDeploymentMBean[] | 
ResourceGroupTemplateMBean.getAppDeployments()
The collection of deployable entities in this resource group template. 
 | 
AppDeploymentMBean[] | 
DomainMBean.getAppDeployments()
The collection of deployable entities in this domain. 
 | 
AppDeploymentMBean[] | 
PartitionMBean.getInternalAppDeployments()
The collection of internal application deployments in this partition. 
 | 
AppDeploymentMBean[] | 
DomainMBean.getInternalAppDeployments()
The collection of internal application deployments in this domain 
 | 
AppDeploymentMBean | 
ResourceGroupTemplateMBean.lookupAppDeployment(String name)
Finds a AppDeploymentMBean with the specified name 
 | 
AppDeploymentMBean | 
DomainMBean.lookupAppDeployment(String name)  | 
AppDeploymentMBean | 
PartitionMBean.lookupInternalAppDeployment(String name)  | 
AppDeploymentMBean | 
DomainMBean.lookupInternalAppDeployment(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
AppDeploymentMBean | 
DeploymentProgressObjectMBean.getAppDeploymentMBean()
The AppDeploymentMBean for the
 current deployment operation. 
 | 
AppDeploymentMBean | 
ConnectorComponentRuntimeMBean.getAppDeploymentMBean()
Deprecated. 
 
9.1.0.0 Acquire this by looking up the AppDeploymentMBean with the same name as the parent ApplicationRuntime 
 |