FileDocCategorySizeDatePackage
PwcServletStats.javaAPI DocGlassfish v2 API3262Fri May 04 22:34:10 BST 2007com.sun.enterprise.web.monitor

PwcServletStats

public interface PwcServletStats implements Serializable
Monitoring interface for servlets.

Fields Summary
Constructors Summary
Methods Summary
public intgetErrorCount()
Gets the number of requests processed by the servlet that have resulted in errors.

return
Error count

public longgetMaxTimeMillis()
Gets the maximum request processing time of the servlet.

return
Maximum request processing time

public longgetMinTimeMillis()
Gets the minimum request processing time of the servlet.

return
Minimum request processing time

public longgetProcessingTimeMillis()
Gets the total execution time of the servlet's service method.

return
Total execution time of the servlet's service method

public intgetRequestCount()
Gets the number of requests processed by the servlet.

return
Number of processed requests