Copyright @ 2001 SAP. All Rights Reserved.

com.sap.util.monitor.jarm
Class CompSingleOverviewExt

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

public class CompSingleOverviewExt
extends CompSingleOverview
implements java.io.Serializable

Structure contains the collected data to be shown for one component.

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 compGrossCpuTime
          gross CPU time of component; is undefined (ConfMonitor.UNDEFTIME) if component is not closed correctly or if CPU measurement is not supported by the operating system
 long compNetCpuTime
          net CPU time of component; is undefined (ConfMonitor.UNDEFTIME) if gross time not defined and at least one direct subcomponent is not closed correctly or if CPU measurement is not supported by the operating system
 
Fields inherited from class com.sap.util.monitor.jarm.CompSingleOverview
actionOverview, compDescr, compGrossTime, compName, compNetTime, compOutData, compProps, compStartTS, level
 
Constructor Summary
CompSingleOverviewExt()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compGrossCpuTime

public long compGrossCpuTime
gross CPU time of component; is undefined (ConfMonitor.UNDEFTIME) if component is not closed correctly or if CPU measurement is not supported by the operating system

compNetCpuTime

public long compNetCpuTime
net CPU time of component; is undefined (ConfMonitor.UNDEFTIME) if gross time not defined and at least one direct subcomponent is not closed correctly or if CPU measurement is not supported by the operating system
Constructor Detail

CompSingleOverviewExt

public CompSingleOverviewExt()

Copyright @ 2001 SAP. All Rights Reserved.