FileDocCategorySizeDatePackage
AltServletStats.javaAPI DocGlassfish v2 API3332Fri May 04 22:31:02 BST 2007com.sun.appserv.management.monitor.statistics

AltServletStats

public interface AltServletStats implements javax.management.j2ee.statistics.ServletStats
Defines additional Sun ONE Application Server specific statistics ServletStats interface. Extension of javax.management.j2ee.statistics.ServletStats.
see
com.sun.appserv.management.j2ee.Servlet

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetErrorCount()
The errorCount represents the number of cases where the response code was >= 400

return
CountStatistic

public javax.management.j2ee.statistics.CountStatisticgetMaxTime()

since
AppServer 9.0

public javax.management.j2ee.statistics.CountStatisticgetProcessingTime()

since
AppServer 9.0

public javax.management.j2ee.statistics.CountStatisticgetRequestCount()

since
AppServer 9.0

public javax.management.j2ee.statistics.TimeStatisticgetServiceTime()

since
AppServer 9.0