FileDocCategorySizeDatePackage
PWCRequestStats.javaAPI DocGlassfish v2 API7107Fri May 04 22:25:48 BST 2007com.sun.enterprise.admin.monitor.stats

PWCRequestStats

public interface PWCRequestStats implements javax.management.j2ee.statistics.Stats
Interface representing statistical information about the request bucket

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetCount200()
Gets the number of responses with a 200 response code.

return
Number of responses with a 200 response code

public javax.management.j2ee.statistics.CountStatisticgetCount2xx()
Gets the number of 200-level responses sent.

return
Number of 200-level responses sent

public javax.management.j2ee.statistics.CountStatisticgetCount302()
Gets the number of responses with a 302 response code.

return
Number of responses with a 302 response code

public javax.management.j2ee.statistics.CountStatisticgetCount304()
Gets the number of responses with a 304 response code.

return
Number of responses with a 304 response code

public javax.management.j2ee.statistics.CountStatisticgetCount3xx()
Gets the number of 300-level responses sent.

return
Number of 300-level responses sent

public javax.management.j2ee.statistics.CountStatisticgetCount400()
Gets the number of responses with a 400 response code.

return
Number of responses with a 400 response code

public javax.management.j2ee.statistics.CountStatisticgetCount401()
Gets the number of responses with a 401 response code.

return
Number of responses with a 401 response code

public javax.management.j2ee.statistics.CountStatisticgetCount403()
Gets the number of responses with a 403 response code.

return
Number of responses with a 403 response code

public javax.management.j2ee.statistics.CountStatisticgetCount404()
Gets the number of responses with a 404 response code.

return
Number of responses with a 404 response code

public javax.management.j2ee.statistics.CountStatisticgetCount4xx()
Gets the number of 400-level responses sent.

return
Number of 400-level responses sent

public javax.management.j2ee.statistics.CountStatisticgetCount503()
Gets the number of responses with a 503 response code.

return
Number of responses with a 503 response code

public javax.management.j2ee.statistics.CountStatisticgetCount5xx()
Gets the number of 500-level responses sent.

return
Number of 500-level responses sent

public javax.management.j2ee.statistics.CountStatisticgetCountBytesReceived()
Gets the number of bytes received.

return
Number of bytes received, or 0 if this information is not available

public javax.management.j2ee.statistics.CountStatisticgetCountBytesTransmitted()
Gets the number of bytes transmitted.

return
Number of bytes transmitted, or 0 if this information is not available

public javax.management.j2ee.statistics.CountStatisticgetCountOpenConnections()
Gets the number of open connections.

return
Number of open connections, or 0 if this information is not available

public javax.management.j2ee.statistics.CountStatisticgetCountOther()
Gets the number of responses sent that were not 200, 300, 400, or 500 level.

return
Number of responses sent that were not 200, 300, 400, or 500 level

public javax.management.j2ee.statistics.CountStatisticgetCountRequests()
Gets the number of requests serviced.

return
Number of requests serviced

public javax.management.j2ee.statistics.CountStatisticgetMaxByteTransmissionRate()
Gets the maximum rate at which data was transmitted over some server-defined interval.

return
Maximum rate at which data was transmitted over some server-defined interval, or 0 if this information is not available.

public javax.management.j2ee.statistics.CountStatisticgetMaxOpenConnections()
Gets the maximum number of open connections.

return
Maximum number of open connections, or 0 if this information is not available

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetMethod()
Gets the method of the last request serviced.

return
Method of the last request serviced

public javax.management.j2ee.statistics.CountStatisticgetRateBytesTransmitted()
Gets the rate (in bytes per second) at which data was transmitted over some server-defined interval.

return
Rate (in bytes per second) at which data was transmitted over some server-defined interval, or 0 if this information is not available

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetUri()
Gets the URI of the last request serviced.

return
URI of the last request serviced