javax.management.j2ee.statistics
Interface ServletStats

All Superinterfaces:
Stats

public interface ServletStats
extends Stats

Specifies the statistics provided by a Servlet.

Author:
Guillaume Sauthier

Method Summary
 TimeStatistic getServiceTime()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getServiceTime

TimeStatistic getServiceTime()
Returns:
Execution times for the methods.


Copyright © 2007 OW2 Consortium. All Rights Reserved.