|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.servlet.servletManager.ServletStatistics
This class holds the historical request-per-minute data for an application.
ServletManager
Field Summary | |
long[] |
RPMTimes
An array of times. |
double[] |
RPMValues
The array of values. |
Constructor Summary | |
protected |
ServletStatistics()
Protected contructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double[] RPMValues
public long[] RPMTimes
RPMValues
was measured.
The values are milliseconds, as returned by
system.currentTimeMillis()
.
Constructor Detail |
protected ServletStatistics()
ServletManager
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |