org.apache.geronimo.management.geronimo.stats
Interface JettyWebConnectorStats

All Superinterfaces:
Stats, WebConnectorStats
All Known Implementing Classes:
JettyWebConnectorStatsImpl

public interface JettyWebConnectorStats
extends WebConnectorStats


Method Summary
 TimeStatistic getConnectionsDuration()
          Gets the count, min, max, and total connection duration time since statistics gathering started.
 RangeStatistic getConnectionsRequest()
          Gets the min, max, current number of connection requests since statistics gathering started.
 CountStatistic getRequestCount()
          Gets the number of request count since statistics gathering started.
 
Methods inherited from interface org.apache.geronimo.management.geronimo.stats.WebConnectorStats
getOpenConnectionCount
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getRequestCount

CountStatistic getRequestCount()
Gets the number of request count since statistics gathering started.


getConnectionsDuration

TimeStatistic getConnectionsDuration()
Gets the count, min, max, and total connection duration time since statistics gathering started.


getConnectionsRequest

RangeStatistic getConnectionsRequest()
Gets the min, max, current number of connection requests since statistics gathering started.



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