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

Part Number E27170-02

Uses of Interface
weblogic.management.configuration.ApplicationMBean

Packages that use ApplicationMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
weblogic.management.deploy Provides for deploying applications and standalone modules to server instances and clusters in a WebLogic Server domain. 
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of ApplicationMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return ApplicationMBean
 ApplicationMBean DomainMBean.createApplication(String name)
          Deprecated. 9.0.0.0
 ApplicationMBean ComponentMBean.getApplication()
          Deprecated. The application this component is a part of.
 ApplicationMBean[] DomainMBean.getApplications()
          Deprecated. 9.0.0.0
 ApplicationMBean DomainMBean.lookupApplication(String name)
          Deprecated. 9.0.0.0
 

Methods in weblogic.management.configuration with parameters of type ApplicationMBean
 void DomainMBean.destroyApplication(ApplicationMBean application)
          Deprecated. 9.0.0.0
 void ComponentMBean.setApplication(ApplicationMBean app)
          Deprecated. Sets the value of the Application attribute.
 

Uses of ApplicationMBean in weblogic.management.deploy
 

Methods in weblogic.management.deploy with parameters of type ApplicationMBean
 void DeploymentData.addTargetsForComponent(ApplicationMBean mbean, String compName)
          Deprecated. Since 9.0. Use DeploymentData.addModuleTargets(java.lang.String, java.lang.String[])
 

Uses of ApplicationMBean in weblogic.management.runtime
 

Methods in weblogic.management.runtime that return ApplicationMBean
 ApplicationMBean DeploymentTaskRuntimeMBean.getDeploymentObject()
          Deprecated. Lists the Application MBean involved in this task.
 


Copyright 1996, 2013, 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.2)

Part Number E27170-02