Copyright @ 2001 SAP. All Rights Reserved.

com.sap.util.monitor.jarm
Class TaskOverviewExt

java.lang.Object
  |
  +--com.sap.util.monitor.jarm.TaskOverview
        |
        +--com.sap.util.monitor.jarm.TaskOverviewExt
All Implemented Interfaces:
java.io.Serializable

public class TaskOverviewExt
extends TaskOverview
implements java.io.Serializable

Structure contains the data to be shown for one task.

Currently one request is made up by one task. The taskxxx fields of the structure are redundant. They contain the same values than the corresponding fields in RequestOverview.

The fields are public, to allow faster access on them. Unused String fields could be null or space. Timestamps are in 'ms' as returned by System.currentTimeMillis(). Time (duration) is in 'ms', data in bytes. Undefined / not provided values for time and data is indicated by ConfMonitor.UNDEFTIME and ConfMonitor.UNDEFDATA.

See Also:
Serialized Form

Field Summary
 CompSingleOverviewExt[] compOverviewExt
          Information about the components which build up the task; sequence of elements corresponds to call sequence of the components. null if there are no components
 long taskCpuTime
          duration of the task (CPU)
 
Fields inherited from class com.sap.util.monitor.jarm.TaskOverview
compOverview, taskName, taskOutData, taskStatus, taskTime, taskTS
 
Constructor Summary
TaskOverviewExt()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskCpuTime

public long taskCpuTime
duration of the task (CPU)

compOverviewExt

public CompSingleOverviewExt[] compOverviewExt
Information about the components which build up the task; sequence of elements corresponds to call sequence of the components. null if there are no components
Constructor Detail

TaskOverviewExt

public TaskOverviewExt()

Copyright @ 2001 SAP. All Rights Reserved.