FileDocCategorySizeDatePackage
KeepAliveStats.javaAPI DocGlassfish v2 API3399Fri May 04 22:31:04 BST 2007com.sun.appserv.management.monitor.statistics

KeepAliveStats

public interface KeepAliveStats implements javax.management.j2ee.statistics.Stats
see
com.sun.appserv.management.monitor.KeepAliveMonitor

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetCountConnections()

return
number of connections in keep-alive mode

public javax.management.j2ee.statistics.CountStatisticgetCountFlushes()

return
Number of keep-alive connections that were closed

public javax.management.j2ee.statistics.CountStatisticgetCountHits()

return
Number of requests received by connections in keep-alive mode.

public javax.management.j2ee.statistics.CountStatisticgetCountRefusals()

return
number of keep-alive connections that were rejected.

public javax.management.j2ee.statistics.CountStatisticgetCountTimeouts()

return
number of keep-alive connections that timed out.

public javax.management.j2ee.statistics.CountStatisticgetMaxConnections()

return
maximum number of concurrent connections in keep-alive mode

public javax.management.j2ee.statistics.CountStatisticgetSecondsTimeouts()
Gets the number of seconds before a keep-alive connection that has been idle times out and is closed.

return
Keep-alive timeout in number of seconds