Package javax.management.j2ee.statistics
Interface ServletStats
- All Superinterfaces:
Stats
Specifies the statistics provided by a Servlet.
-
Method Summary
Modifier and TypeMethodDescriptionExecution times for the methods.Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
getServiceTime
TimeStatistic getServiceTime()Execution times for the methods.
-