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

Part Number E27170-02

Uses of Class
weblogic.management.deploy.DeploymentData

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

Uses of DeploymentData in weblogic.management.runtime
 

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

Methods in weblogic.management.runtime with parameters of type DeploymentData
 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)
 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)
 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)
 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)
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.deploy(String source, String name, String stagingMode, DeploymentData info, String id)
          Deprecated. Deploys application on target(s).
 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 caller without actually initiating the task, when startTask is false.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.distribute(String source, String name, DeploymentData info, String id)
          Deprecated. Distributes application files on targets.
 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 caller without actually initiating the task, when startTask is false.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.redeploy(String name, DeploymentData info, String id)
          Deprecated. Redeploys application on target(s).
 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 caller without actually initiating the task, when startTask is false.
 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)
 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)
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.start(String name, DeploymentData info, String id)
          Deprecated. Starts an already distributed application on target(s).
 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 caller without actually initiating the task, when startTask is false.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.stop(String name, DeploymentData info, String id)
          Deprecated. Stops application on target(s).
 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 caller without actually initiating the task, when startTask is false.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.undeploy(String name, DeploymentData info, String id)
          Deprecated. undeploys application on target(s).
 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 caller without actually initiating the task, when startTask is false.
 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)
 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)
 


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