|
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.UserOverview
Structure contains the data to be shown for one user.
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 | |
long |
userAccNr
number of requests since userFirstTS |
long |
userAccTime
amount of time for all requests (in ms) |
long |
userAvgTime
average time of a request (in ms) |
long |
userFirstTS
timestamp of first request issued by this user |
long |
userLastTS
timestamp of last request issued by this user |
java.lang.String |
userName
username |
| Constructor Summary | |
UserOverview()
|
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String userName
public long userFirstTS
public long userLastTS
public long userAccNr
public long userAccTime
public long userAvgTime
| Constructor Detail |
public UserOverview()
|
Copyright @ 2001 SAP. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||