|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResponseTimeMonitor
Interface implemented by objects that can provide performance information as well as a record of the number of times they are accessed.
Implementing objects must ensure that implementing this interface does not compromise thread safety. However, it may be acceptable for slight innaccuracies in reported statistics to result from the avoidance of synchronization: performance may be well be more important than exact reporting, so long as the errors are not likely to be misleading.
Method Summary | |
---|---|
int |
getAccessCount()
Return the number of accesses to this resource. |
int |
getAverageResponseTimeMillis()
Return the average response time in milliseconds. |
int |
getBestResponseTimeMillis()
Return the best (quickest) response time in milliseconds. |
int |
getWorstResponseTimeMillis()
Return the worst (slowest) response time in milliseconds. |
Method Detail |
---|
int getAccessCount()
int getAverageResponseTimeMillis()
int getBestResponseTimeMillis()
int getWorstResponseTimeMillis()
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |