org.apache.geronimo.management.geronimo.stats
Interface WebConnectorStats

All Superinterfaces:
Stats
All Known Subinterfaces:
JettyWebConnectorStats, TomcatWebConnectorStats
All Known Implementing Classes:
JettyWebConnectorStatsImpl, TomcatWebConnectorStatsImpl, WebConnectorStatsImpl

public interface WebConnectorStats
extends Stats

Statistics exposed by a Tomcat web connector (http, https)


Method Summary
 RangeStatistic getOpenConnectionCount()
          Gets the number of connections currently open (as well as the min and max since statistics gathering started).
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getOpenConnectionCount

RangeStatistic getOpenConnectionCount()
Gets the number of connections currently open (as well as the min and max since statistics gathering started).



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.