Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.AppDeploymentMBean

Packages that use AppDeploymentMBean
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. 
 

Uses of AppDeploymentMBean in weblogic.application
 

Methods in weblogic.application that return AppDeploymentMBean
 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
 AppDeploymentMBean[] DomainMBean.getAppDeployments()
          The collection of deployable entities in this domain.
 AppDeploymentMBean[] DomainMBean.getInternalAppDeployments()
          The collection of internal application deployments in this domain
 AppDeploymentMBean DomainMBean.lookupAppDeployment(String name)
           
 AppDeploymentMBean DomainMBean.lookupInternalAppDeployment(String name)
           
 

Uses of AppDeploymentMBean in weblogic.management.runtime
 

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


Copyright 1996, 2014, 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.1.3)

Part Number E41849-02