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.TaskRuntimeMBean

Packages that use TaskRuntimeMBean
weblogic.management.runtime   
 

Uses of TaskRuntimeMBean in weblogic.management.runtime
 

Subinterfaces of TaskRuntimeMBean in weblogic.management.runtime
 interface DeploymentTaskRuntimeMBean
          Deprecated. 9.0.0.0 Replaced by weblogic.deploy.api.spi.WebLogicDeploymentManager
 interface JDBCDataSourceTaskRuntimeMBean
           
 interface ServerLifeCycleTaskRuntimeMBean
          Exposes monitoring information about a server's lifecycle.
 

Fields in weblogic.management.runtime declared as TaskRuntimeMBean
protected  TaskRuntimeMBean[] TaskRuntimeMBeanImpl.subTasks
           
 

Methods in weblogic.management.runtime that return TaskRuntimeMBean
 TaskRuntimeMBean[] TaskRuntimeMBeanImpl.getSubTasks()
          Returns an array of TaskRuntimes describing a set of parallel tasks which are components of this task.
 TaskRuntimeMBean TaskRuntimeMBeanImpl.getParentTask()
          Returns the task of which this task is a part (see getSubTasks), or null if there is none.
 TaskRuntimeMBean[] TaskRuntimeMBean.getSubTasks()
          An array of TaskRuntimeMBeans that describes a set of parallel tasks which are components of this task.
 TaskRuntimeMBean TaskRuntimeMBean.getParentTask()
          The task of which this task is a part.
 

Methods in weblogic.management.runtime with parameters of type TaskRuntimeMBean
protected  void TaskRuntimeMBeanImpl.setSubTasks(TaskRuntimeMBean[] subTasks)
           
 


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