Oracle

Uses of Interface
weblogic.management.runtime.DeploymentTaskRuntimeMBean

Packages that use DeploymentTaskRuntimeMBean
weblogic.management.runtime   
 

Uses of DeploymentTaskRuntimeMBean in weblogic.management.runtime
 

Methods in weblogic.management.runtime that return DeploymentTaskRuntimeMBean
 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, DeploymentData, java.lang.String) or DeployerRuntimeMBean.redeploy(java.lang.String, 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, DeploymentData, java.lang.String) or DeployerRuntimeMBean.redeploy(java.lang.String, 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, 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, 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 #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.getDeploymentTaskRuntimes()
          Deprecated. Return the deployment task runtime mbeans.
 DeploymentTaskRuntimeMBean[] DeployerRuntimeMBean.list()
          Deprecated. Return array of all known deployment tasks
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.query(String id)
          Deprecated. Locates a deployment task based on the deployment id.
 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, 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, 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, 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, DeploymentData, java.lang.String)
 


Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle