Skip navigation links

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


Uses of Interface
weblogic.management.configuration.AppDeploymentMBean

Packages that use AppDeploymentMBean
weblogic.application   
weblogic.management.configuration   
weblogic.management.runtime   

 

Uses of AppDeploymentMBean in weblogic.application

 

Methods in weblogic.application that return AppDeploymentMBean
abstract  AppDeploymentMBean ApplicationContext.getAppDeploymentMBean()
          Returns the AppDeploymentMBean for this Application.

 

Uses of AppDeploymentMBean in weblogic.management.configuration

 

Subinterfaces of AppDeploymentMBean in weblogic.management.configuration
 interface LibraryMBean
          Configuration bean for Libraries.

 

Methods in weblogic.management.configuration that return AppDeploymentMBean
abstract  AppDeploymentMBean[] DomainMBean.getAppDeployments()
          The collection of deployable entities in this domain.
abstract  AppDeploymentMBean[] ResourceGroupTemplateMBean.getAppDeployments()
          The collection of deployable entities in this resource group template.
abstract  AppDeploymentMBean[] DomainMBean.getInternalAppDeployments()
          The collection of internal application deployments in this domain
abstract  AppDeploymentMBean[] PartitionMBean.getInternalAppDeployments()
          The collection of internal application deployments in this partition.
abstract  AppDeploymentMBean DomainMBean.lookupAppDeployment(String name)
           
abstract  AppDeploymentMBean ResourceGroupTemplateMBean.lookupAppDeployment(String name)
          Finds a AppDeploymentMBean with the specified name
abstract  AppDeploymentMBean DomainMBean.lookupInternalAppDeployment(String name)
           
abstract  AppDeploymentMBean PartitionMBean.lookupInternalAppDeployment(String name)
           

 

Uses of AppDeploymentMBean in weblogic.management.runtime

 

Methods in weblogic.management.runtime that return AppDeploymentMBean
abstract  AppDeploymentMBean ConnectorComponentRuntimeMBean.getAppDeploymentMBean()
          Deprecated. 9.1.0.0 Acquire this by looking up the AppDeploymentMBean with the same name as the parent ApplicationRuntime
abstract  AppDeploymentMBean DeploymentProgressObjectMBean.getAppDeploymentMBean()
          The AppDeploymentMBean for the current deployment operation.

 


Skip navigation links

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