org.apache.geronimo.management.geronimo.stats
Class JettyWebConnectorStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.management.stats.WebConnectorStatsImpl
          extended by org.apache.geronimo.management.geronimo.stats.JettyWebConnectorStatsImpl
All Implemented Interfaces:
Serializable, Stats, JettyWebConnectorStats, WebConnectorStats

public class JettyWebConnectorStatsImpl
extends WebConnectorStatsImpl
implements JettyWebConnectorStats

Jetty Web Connector class for JSR-77 stats.

See Also:
Serialized Form

Constructor Summary
JettyWebConnectorStatsImpl()
           
 
Method Summary
 TimeStatistic getConnectionsDuration()
          Gets the avg, min, max, and total connection duration time since statistics gathering started.
 TimeStatisticImpl getConnectionsDurationImpl()
          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.
 RangeStatisticImpl getConnectionsRequestImpl()
          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.
 CountStatisticImpl getRequestCountImpl()
          Gets the number of request count since statistics gathering started.
 
Methods inherited from class org.apache.geronimo.management.stats.WebConnectorStatsImpl
getOpenConnectionCount, getOpenConnectionCountImpl, setOpenConnection
 
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl
addStat, getStatistic, getStatisticNames, getStatistics, removeStat, setLastSampleTime, setStartTime, setStartTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.geronimo.management.geronimo.stats.WebConnectorStats
getOpenConnectionCount
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JettyWebConnectorStatsImpl

public JettyWebConnectorStatsImpl()
Method Detail

getRequestCount

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

Specified by:
getRequestCount in interface JettyWebConnectorStats

getConnectionsDuration

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

Specified by:
getConnectionsDuration in interface JettyWebConnectorStats

getConnectionsRequest

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

Specified by:
getConnectionsRequest in interface JettyWebConnectorStats

getRequestCountImpl

public CountStatisticImpl getRequestCountImpl()
Gets the number of request count since statistics gathering started.


getConnectionsDurationImpl

public TimeStatisticImpl getConnectionsDurationImpl()
Gets the count, min, max, and total connection duration time since statistics gathering started. The avg is total/count


getConnectionsRequestImpl

public RangeStatisticImpl getConnectionsRequestImpl()
Gets the min, max, current number of connection requests since statistics gathering started.



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