Method Summary |
|
public int | getAccessCount() Return the number of hits this object has handled. |
public int | getAverageResponseTimeMillis() Return the average response time achieved by this object. |
public int | getBestResponseTimeMillis() Return the best (lowest) response time achieved by this object. |
public Date | getLoadDate() Return the date when this object was loaded. |
public long | getUptimeMillis() Return the number of milliseconds since this object was loaded. |
public int | getWorstResponseTimeMillis() Return the worst (slowest) response time achieved by this object. |
public synchronized void | recordResponseTime(long responseTimeMillis) Utility method to record this response time, updating
the best and worst response times if necessary. |
public synchronized String | toString() Return a human-readable string showing the performance
data recorded by this object. |