|
Copyright @ 2001 SAP. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sap.util.monitor.jarm.ComponentOverview
Structure contains the condensed 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.
| Field Summary | |
long |
compAccGrossTime
amount of gross time for all calls |
long |
compAccGrossTimeFilled
number of calls which are closed correctly so that gross time information could be provided |
long |
compAccNetTime
amount of net time for all calls |
long |
compAccNetTimeFilled
number of calls where all direct subcomponents are closed correctly so that net time information could be provided |
long |
compAccNr
number of component calls |
long |
compAccOutData
accum. amount of outbound data (bytes) |
long |
compAccOutDataFilled
number of calls with provided outgoing data amount |
java.util.Properties |
compAccProps
specific properties for this component; null <-> no such properties |
long |
compAccPropsNr
number of calls to condense component specific properties |
long |
compAvgGrossTime
average gross time for the component |
long |
compAvgNetTime
average net time for the component |
long |
compAvgOutData
average amount of outbound data (bytes) |
java.lang.String |
compDescr
description of component (text); could be null |
java.lang.String |
compName
component name |
| Constructor Summary | |
ComponentOverview()
|
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String compName
public java.lang.String compDescr
public long compAccNr
public long compAccGrossTimeFilled
public long compAccNetTimeFilled
public long compAccGrossTime
public long compAccNetTime
public long compAvgGrossTime
public long compAvgNetTime
public long compAccOutDataFilled
public long compAccOutData
public long compAvgOutData
public long compAccPropsNr
public java.util.Properties compAccProps
| Constructor Detail |
public ComponentOverview()
|
Copyright @ 2001 SAP. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||