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.runtime.DeploymentProgressObjectMBean

Packages that use DeploymentProgressObjectMBean
weblogic.management.runtime   

 

Uses of DeploymentProgressObjectMBean in weblogic.management.runtime

 

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

 


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