|
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.CompSingleOverview
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.
| Field Summary | |
ActionOverview[] |
actionOverview
array of actions; is filled only if data is used for SAT (single activity trace); is null otherwise or if no action call occurred |
java.lang.String |
compDescr
description of component (text); could be null |
long |
compGrossTime
gross time of component; is undefined (ConfMonitor.UNDEFTIME) if component is not closed correctly |
java.lang.String |
compName
component name |
long |
compNetTime
net time of component; is undefined (ConfMonitor.UNDEFTIME) if gross time not defined and at least one direct subcomponent is not closed correctly |
long |
compOutData
amount of outbound data (bytes) |
java.util.Properties |
compProps
specific properties for this component; null <-> no such properties |
long |
compStartTS
start time of component |
int |
level
level. indicates, how deep component is nested; 0 <-> main level |
| Constructor Summary | |
CompSingleOverview()
|
|
| 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 int level
public long compStartTS
public long compGrossTime
public long compNetTime
public long compOutData
public java.util.Properties compProps
public ActionOverview[] actionOverview
| Constructor Detail |
public CompSingleOverview()
|
Copyright @ 2001 SAP. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||