|
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.TaskOverview
Structure contains the data to be shown for one task.
Currently one request is made up by one task. The taskxxx fields of the structure are redundant. They contain the same values than the corresponding fields in RequestOverview.
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 | |
CompSingleOverview[] |
compOverview
Information about the components which build up the task; sequence of elements corresponds to call sequence of the components. null if there are no components |
java.lang.String |
taskName
taskname |
int |
taskOutData
amount of outgoing data |
int |
taskStatus
status of task; see ConfMonitor (REQOK, REQCOMPxxx) |
long |
taskTime
duration of the task (elapsed) |
long |
taskTS
timestamp when task started |
| Constructor Summary | |
TaskOverview()
|
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String taskName
public int taskStatus
public long taskTS
public long taskTime
public int taskOutData
public CompSingleOverview[] compOverview
| Constructor Detail |
public TaskOverview()
|
Copyright @ 2001 SAP. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||