javax.management.j2ee.statistics
Interface ServletStats

All Superinterfaces:
Stats

public interface ServletStats
extends Stats

Specifies the statistics provided by a Servlet component.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 TimeStatistic getServiceTime()
          Returns the execution time of the servlets service method.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getServiceTime

public TimeStatistic getServiceTime()
Returns the execution time of the servlets service method.

Returns:
The serviceTime value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.