Java EE 5 SDK

com.sun.appserv.management.monitor.statistics
Interface KeepAliveStats

All Superinterfaces:
Stats

public interface KeepAliveStats
extends Stats

See Also:
KeepAliveMonitor

Method Summary
 CountStatistic getCountConnections()
           
 CountStatistic getCountFlushes()
           
 CountStatistic getCountHits()
           
 CountStatistic getCountRefusals()
           
 CountStatistic getCountTimeouts()
           
 CountStatistic getMaxConnections()
           
 CountStatistic getSecondsTimeouts()
          Gets the number of seconds before a keep-alive connection that has been idle times out and is closed.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getCountTimeouts

CountStatistic getCountTimeouts()
Returns:
number of keep-alive connections that timed out.

getCountConnections

CountStatistic getCountConnections()
Returns:
number of connections in keep-alive mode

getSecondsTimeouts

CountStatistic getSecondsTimeouts()
Gets the number of seconds before a keep-alive connection that has been idle times out and is closed.

Returns:
Keep-alive timeout in number of seconds

getMaxConnections

CountStatistic getMaxConnections()
Returns:
maximum number of concurrent connections in keep-alive mode

getCountRefusals

CountStatistic getCountRefusals()
Returns:
number of keep-alive connections that were rejected.

getCountFlushes

CountStatistic getCountFlushes()
Returns:
Number of keep-alive connections that were closed

getCountHits

CountStatistic getCountHits()
Returns:
Number of requests received by connections in keep-alive mode.

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.