|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServletStatisticsServiceMBean
Contract exposed to JMX exposing statistics gathered while the application
was used.
It follows the convention imposed by JMX spec, objects used as parameters
or returned as value are Serializable. Contract name ends
with "MBean" while implementation not.
| Method Summary | |
|---|---|
Map<String,RequestStatistics> |
getPerRequestStatistics()
The statistics gathered while the application was in use. |
void |
reset()
Reset statistics for all request. |
String |
toCsv()
Get the statistics under the form of a CSV file suitable for post-processing and use in a spreadsheet. |
| Method Detail |
|---|
Map<String,RequestStatistics> getPerRequestStatistics()
void reset()
String toCsv()
getPerRequestStatistics(). One column per attribute of
RequestStatistics.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||