Java EE 5 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
 CountStatistic getMaxTime()
           
 CountStatistic getProcessingTime()
           
 CountStatistic getRequestCount()
           
 TimeStatistic getServiceTime()
          Execution times for the methods.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getErrorCount

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

Returns:
CountStatistic

getRequestCount

CountStatistic getRequestCount()
Since:
AppServer 9.0

getProcessingTime

CountStatistic getProcessingTime()
Since:
AppServer 9.0

getMaxTime

CountStatistic getMaxTime()
Since:
AppServer 9.0

getServiceTime

TimeStatistic getServiceTime()
Description copied from interface: ServletStats
Execution times for the methods.

Specified by:
getServiceTime in interface ServletStats
Since:
AppServer 9.0

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.