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

Part Number E41849-02

Uses of Interface
weblogic.management.runtime.TaskRuntimeMBean

Packages that use TaskRuntimeMBean
com.bea.wls.redef.runtime Provides interfaces for com.bea.wls.redef.runtime
weblogic.diagnostics.accessor.runtime Provides interfaces for weblogic.diagnostics.accessor.runtime
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of TaskRuntimeMBean in com.bea.wls.redef.runtime
 

Subinterfaces of TaskRuntimeMBean in com.bea.wls.redef.runtime
 interface ClassRedefinitionTaskRuntimeMBean
           This interface provides functionality to monitor and control a class redefinition request.
 

Uses of TaskRuntimeMBean in weblogic.diagnostics.accessor.runtime
 

Subinterfaces of TaskRuntimeMBean in weblogic.diagnostics.accessor.runtime
 interface DataRetirementTaskRuntimeMBean
          Exposes monitoring information about a potentially long-running request for the data retirement task.
 

Uses of TaskRuntimeMBean in weblogic.management.runtime
 

Subinterfaces of TaskRuntimeMBean in weblogic.management.runtime
 interface CoherenceServerLifeCycleTaskRuntimeMBean
          Exposes monitoring information about a server's life cycle.
 interface DeploymentTaskRuntimeMBean
          Deprecated. 9.0.0.0 Replaced by WebLogicDeploymentManager
 interface JDBCDataSourceTaskRuntimeMBean
           
 interface ServerLifeCycleTaskRuntimeMBean
          Exposes monitoring information about a server's lifecycle.
 interface SystemComponentLifeCycleTaskRuntimeMBean
          Exposes monitoring information about a system component's life cycle.
 interface WLDFDataRetirementTaskRuntimeMBean
          Exposes monitoring information about a potentially long-running request for the data retirement task.
 interface WLDFImageCreationTaskRuntimeMBean
          Exposes monitoring information about a potentially long-running request for the generation of a diagnostic image.
 

Methods in weblogic.management.runtime that return TaskRuntimeMBean
 TaskRuntimeMBean TaskRuntimeMBean.getParentTask()
          The task of which this task is a part.
 TaskRuntimeMBean[] TaskRuntimeMBean.getSubTasks()
          An array of TaskRuntimeMBeans that describes a set of parallel tasks which are components of this task.
 


Copyright 1996, 2014, 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.3)

Part Number E41849-02