javax.management.j2ee.statistics
Interface ServletStats

All Superinterfaces:
Stats (src)
All Known Implementing Classes:
ServletStatsImpl (src)

public interface ServletStats
extends Stats (src)

Specifies the statistics provided by a Servlet.


Method Summary
 TimeStatistic (src) getServiceTime()
          Execution times for the methods.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getServiceTime

public TimeStatistic (src)  getServiceTime()
Execution times for the methods.