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 Class
weblogic.management.deploy.DeploymentData

Packages that use DeploymentData
weblogic.management.runtime   

 

Uses of DeploymentData in weblogic.management.runtime

 

Methods in weblogic.management.runtime that return DeploymentData
abstract  DeploymentData DeploymentTaskRuntimeMBean.getDeploymentData()
          Deprecated. Provides the data associated with this task

 

Methods in weblogic.management.runtime with parameters of type DeploymentData
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.activate(String source, String name, String stagingMode, DeploymentData info, String id)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.deploy(java.lang.String, java.lang.String, java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String) or DeployerRuntimeMBean.redeploy(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.activate(String source, String name, String stagingMode, DeploymentData info, String id, boolean startTask)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.deploy(java.lang.String, java.lang.String, java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String) or DeployerRuntimeMBean.redeploy(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.deactivate(String name, DeploymentData info, String id)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.deactivate(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.deploy(String source, String name, String stagingMode, DeploymentData info, String id)
          Deprecated. Deploys an application on its target(s).
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.deploy(String source, String name, String stagingMode, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.deploy(java.lang.String, java.lang.String, java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String) except that control is given back to the caller without actually initiating the task, when startTask is false.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.distribute(String source, String name, DeploymentData info, String id)
          Deprecated. Distributes application files on targets.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.distribute(String source, String name, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.distribute(String source, String, DeploymentData, String) except that control is given back to the caller without actually initiating the task, when startTask is false.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.redeploy(String name, DeploymentData info, String id)
          Deprecated. Redeploys an application on its target(s).
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.redeploy(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.redeploy(String, DeploymentData, String) except that control is given back to the caller without actually initiating the task, when startTask is false.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.remove(String name, DeploymentData info, String id)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.undeploy(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.remove(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.undeploy(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.start(String name, DeploymentData info, String id)
          Deprecated. Starts an already distributed application on its target(s).
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.start(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.start(String, DeploymentData, String) except that control is given back to the caller without actually initiating the task, when startTask is false.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.stop(String name, DeploymentData info, String id)
          Deprecated. Stops an application on its target(s).
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.stop(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.stop(String, DeploymentData, String) except that control is given back to the caller without actually initiating the task, when startTask is false.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.undeploy(String name, DeploymentData info, String id)
          Deprecated. Undeploys an application on its target(s).
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.undeploy(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. Same functionality as DeployerRuntimeMBean.undeploy(String, DeploymentData, String) except that control is given back to the caller without actually initiating the task, when startTask is false.
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.unprepare(String name, DeploymentData info, String id)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
abstract  DeploymentTaskRuntimeMBean DeployerRuntimeMBean.unprepare(String name, DeploymentData info, String id, boolean startTask)
          Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)

 


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