Copyright @ 2001 SAP. All Rights Reserved.

com.sap.util.monitor.jarm
Class RequestOverviewExt

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

public class RequestOverviewExt
extends RequestOverview
implements java.io.Serializable

Structure contains the data to be shown for one request.

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 (CPU measurement might not be possible because of the operating system).

See Also:
Serialized Form

Field Summary
 long compNetCpuTime
          net CPU time of this component
 java.lang.String compNetCpuTimeName
          component with largest net CPU time
 long reqCpuTime
          CPU needed for the request
 TaskOverviewExt[] taskOverviewExt
          information about the tasks which build up the request; array just provided for compatibility with future versions; currently one request is made up by one task; includes CPU time information
 
Fields inherited from class com.sap.util.monitor.jarm.RequestOverview
compNetTime, compNetTimeName, compOutData, compOutDataName, reqComp, reqCompLevel, reqDescr, reqName, reqOutData, reqStatus, reqTime, reqTS, taskOverview, userName
 
Constructor Summary
RequestOverviewExt()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reqCpuTime

public long reqCpuTime
CPU needed for the request

compNetCpuTimeName

public java.lang.String compNetCpuTimeName
component with largest net CPU time

compNetCpuTime

public long compNetCpuTime
net CPU time of this component

taskOverviewExt

public TaskOverviewExt[] taskOverviewExt
information about the tasks which build up the request; array just provided for compatibility with future versions; currently one request is made up by one task; includes CPU time information
Constructor Detail

RequestOverviewExt

public RequestOverviewExt()

Copyright @ 2001 SAP. All Rights Reserved.