|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AltServletStats
Defines additional Sun ONE Application Server specific statistics ServletStats interface. Extension of javax.management.j2ee.statistics.ServletStats.
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 |
---|
CountStatistic getErrorCount()
CountStatistic getRequestCount()
CountStatistic getProcessingTime()
CountStatistic getMaxTime()
TimeStatistic getServiceTime()
ServletStats
getServiceTime
in interface ServletStats
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.