|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.admin.ServiceBindingPerformanceLog
Service binding performance record.
Field Summary | |
long |
average
The fastest dispatch time (miliseconds). |
long |
fastest
The fastest dispatch time (miliseconds). |
int |
hits
Number of requests. |
long |
last
Last request dispatch time (miliseconds). |
long |
lastRequestTimestamp
Time of the last dispatch. |
long |
slowest
The longest dispatch time (miliseconds). |
long |
total
Total dispatch time (miliseconds). |
Constructor Summary | |
ServiceBindingPerformanceLog()
Default constructor. |
Method Summary | |
void |
reset()
Reset record to initial state. |
java.lang.String |
toString()
Returns a string representation of the object. |
void |
update(long last)
Update record on incomming request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public long last
public long slowest
public long fastest
public long average
public long total
public int hits
public long lastRequestTimestamp
Constructor Detail |
public ServiceBindingPerformanceLog()
Method Detail |
public void reset()
public void update(long last)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |