|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.systinet.wasp.admin.ServiceEndpointThroughputLog
Service endpoint data throughput monitor record.
| Field Summary | |
int |
hits
Total number of requests. |
long |
lastRequestInBytes
Last input message size. |
long |
lastRequestOutBytes
Last output message size. |
long |
lastRequestTimestamp
Time of the last dispatch. |
long |
longestInBytes
Longest input message size. |
long |
longestOutBytes
Longest output message size. |
long |
shortestInBytes
Shortest input message size. |
long |
shortestOutBytes
Shortest output message size. |
long |
totalInBytes
Total amount of input bytes. |
long |
totalOutBytes
Total amount of output bytes. |
| Constructor Summary | |
ServiceEndpointThroughputLog()
Default constructor. |
|
| Method Summary | |
void |
reset()
Reset record to initial state. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int hits
public long totalInBytes
public long totalOutBytes
public long lastRequestTimestamp
public long lastRequestInBytes
public long lastRequestOutBytes
public long longestInBytes
public long longestOutBytes
public long shortestInBytes
public long shortestOutBytes
| Constructor Detail |
public ServiceEndpointThroughputLog()
| Method Detail |
public void reset()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||