BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


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, weblogic.management.deploy.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, weblogic.management.deploy.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, weblogic.management.deploy.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, weblogic.management.deploy.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.remove(String name, weblogic.management.deploy.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, weblogic.management.deploy.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.unprepare(String name, weblogic.management.deploy.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, weblogic.management.deploy.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.distribute(String source, String name, weblogic.management.deploy.DeploymentData info, String id)
          Deprecated. Distributes application files on targets.
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.distribute(String source, String name, weblogic.management.deploy.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.start(String name, weblogic.management.deploy.DeploymentData info, String id)
          Deprecated. Starts an already distributed application on target(s).
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.start(String name, weblogic.management.deploy.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, weblogic.management.deploy.DeploymentData info, String id)
          Deprecated. Stops application on target(s).
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.stop(String name, weblogic.management.deploy.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.deploy(String source, String name, String stagingMode, weblogic.management.deploy.DeploymentData info, String id)
          Deprecated. Deploys application on target(s).
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.deploy(String source, String name, String stagingMode, weblogic.management.deploy.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.redeploy(String name, weblogic.management.deploy.DeploymentData info, String id)
          Deprecated. Redeploys application on target(s).
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.redeploy(String name, weblogic.management.deploy.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.undeploy(String name, weblogic.management.deploy.DeploymentData info, String id)
          Deprecated. undeploys application on target(s).
 DeploymentTaskRuntimeMBean DeployerRuntimeMBean.undeploy(String name, weblogic.management.deploy.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.query(String id)
          Deprecated. Locates a deployment task based on the deployment id.
 DeploymentTaskRuntimeMBean[] DeployerRuntimeMBean.list()
          Deprecated. Return array of all known deployment tasks
 DeploymentTaskRuntimeMBean[] DeployerRuntimeMBean.getDeploymentTaskRuntimes()
          Deprecated. Return the deployment task runtime mbeans.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.