J2EE1.4 SDK

com.sun.appserv.management.monitor.statistics
Interface AltServletStats

All Superinterfaces:
ServletStats, Stats

public interface AltServletStats
extends ServletStats

Defines additional Sun ONE Application Server specific statistics ServletStats interface. Extension of javax.management.j2ee.statistics.ServletStats.

See Also:
Servlet

Method Summary
 CountStatistic getErrorCount()
          The errorCount represents the number of cases where the response code was >= 400
 
Methods inherited from interface javax.management.j2ee.statistics.ServletStats
getServiceTime
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getErrorCount

public CountStatistic getErrorCount()
The errorCount represents the number of cases where the response code was >= 400

Returns:
CountStatistic

J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.