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

Part Number E41849-02

Uses of Interface
weblogic.management.runtime.DeploymentProgressObjectMBean

Packages that use DeploymentProgressObjectMBean
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of DeploymentProgressObjectMBean in weblogic.management.runtime
 

Methods in weblogic.management.runtime that return DeploymentProgressObjectMBean
 DeploymentProgressObjectMBean DeploymentManagerMBean.deploy(String name, String applicationPath, String plan)
          A convenience method for distributing and starting an application.
 DeploymentProgressObjectMBean DeploymentManagerMBean.deploy(String name, String applicationPath, String[] targets, String plan, Properties deploymentOptions)
          A convenience method for distributing and starting an application.
 DeploymentProgressObjectMBean DeploymentManagerMBean.distribute(String name, String applicationPath, String plan)
          Distribute an application.
 DeploymentProgressObjectMBean DeploymentManagerMBean.distribute(String name, String applicationPath, String[] targets, String plan, Properties deploymentOptions)
          Distribute an application.
 DeploymentProgressObjectMBean[] DeploymentManagerMBean.getDeploymentProgressObjects()
          Provides access to the deployment operations that have been performed on this domain.
 DeploymentProgressObjectMBean AppDeploymentRuntimeMBean.redeploy()
          Redeploy the application using the default options and configured targets.
 DeploymentProgressObjectMBean AppDeploymentRuntimeMBean.redeploy(String[] targets, String plan, Properties deploymentOptions)
          Redeploy the application in the background for the targets specified with the options specified.
 DeploymentProgressObjectMBean LibDeploymentRuntimeMBean.redeploy()
          Redeploy the library using the default options and configured targets.
 DeploymentProgressObjectMBean LibDeploymentRuntimeMBean.redeploy(String[] targets, Properties deploymentOptions)
          Redeploy the library in the background for the targets specified with the options specified.
 DeploymentProgressObjectMBean AppDeploymentRuntimeMBean.start()
          Start the application using the default options and configured targets.
 DeploymentProgressObjectMBean AppDeploymentRuntimeMBean.start(String[] targets, Properties deploymentOptions)
          Start the application in the background for the targets specified with the options specified.
 DeploymentProgressObjectMBean AppDeploymentRuntimeMBean.stop()
          Stop the application using the default options and configured targets.
 DeploymentProgressObjectMBean AppDeploymentRuntimeMBean.stop(String[] targets, Properties deploymentOptions)
          Stop the application in the background for the targets specified with the options specified.
 DeploymentProgressObjectMBean AppDeploymentRuntimeMBean.undeploy()
          Undeploy the application using the default options and configured targets.
 DeploymentProgressObjectMBean AppDeploymentRuntimeMBean.undeploy(String[] targets, Properties deploymentOptions)
          Undeploy the application in the background for the targets specified with the options specified.
 DeploymentProgressObjectMBean LibDeploymentRuntimeMBean.undeploy()
          Undeploy the library using the default options and configured targets.
 DeploymentProgressObjectMBean LibDeploymentRuntimeMBean.undeploy(String[] targets, Properties deploymentOptions)
          Undeploy the library in the background for the targets specified with the options specified.
 DeploymentProgressObjectMBean AppDeploymentRuntimeMBean.update(String[] targets, String plan, Properties deploymentOptions)
          Allows for updating an application configuration using an changed deployment plan.
 


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