org.apache.geronimo.jetty
Class JettyWebContainerStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.jetty.JettyWebContainerStatsImpl
All Implemented Interfaces:
Serializable, Stats, JettyWebContainerStats, org.apache.geronimo.management.geronimo.stats.WebContainerStats

public class JettyWebContainerStatsImpl
extends org.apache.geronimo.management.stats.StatsImpl
implements JettyWebContainerStats

Jetty implementation of the Geronimo stats interface WebContainerStats

See Also:
Serialized Form

Constructor Summary
JettyWebContainerStatsImpl()
           
 
Method Summary
 RangeStatistic getActiveRequestCount()
           
 org.apache.geronimo.management.stats.RangeStatisticImpl getActiveRequestCountImpl()
           
 TimeStatistic getConnectionDuration()
           
 org.apache.geronimo.management.stats.TimeStatisticImpl getConnectionDurationImpl()
           
 RangeStatistic getConnectionRequestCount()
           
 org.apache.geronimo.management.stats.RangeStatisticImpl getConnectionRequestCountImpl()
           
 RangeStatistic getOpenConnectionCount()
           
 org.apache.geronimo.management.stats.RangeStatisticImpl getOpenConnectionCountImpl()
           
 TimeStatistic getRequestDuration()
           
 org.apache.geronimo.management.stats.TimeStatisticImpl getRequestDurationImpl()
           
 CountStatistic getTotalConnectionCount()
           
 org.apache.geronimo.management.stats.CountStatisticImpl getTotalConnectionCountImpl()
           
 CountStatistic getTotalErrorCount()
           
 org.apache.geronimo.management.stats.CountStatisticImpl getTotalErrorCountImpl()
           
 CountStatistic getTotalRequestCount()
           
 org.apache.geronimo.management.stats.CountStatisticImpl getTotalRequestCountImpl()
           
 boolean isStatsOn()
           
 void setStatsOn(boolean on)
           
 
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl
addStat, getStatistic, getStatisticNames, getStatistics, removeStat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JettyWebContainerStatsImpl

public JettyWebContainerStatsImpl()
Method Detail

getTotalConnectionCount

public CountStatistic getTotalConnectionCount()
Specified by:
getTotalConnectionCount in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats

getOpenConnectionCount

public RangeStatistic getOpenConnectionCount()
Specified by:
getOpenConnectionCount in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats

getConnectionRequestCount

public RangeStatistic getConnectionRequestCount()
Specified by:
getConnectionRequestCount in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats

getConnectionDuration

public TimeStatistic getConnectionDuration()
Specified by:
getConnectionDuration in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats

getTotalErrorCount

public CountStatistic getTotalErrorCount()
Specified by:
getTotalErrorCount in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats

getTotalRequestCount

public CountStatistic getTotalRequestCount()
Specified by:
getTotalRequestCount in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats

getActiveRequestCount

public RangeStatistic getActiveRequestCount()
Specified by:
getActiveRequestCount in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats

getRequestDuration

public TimeStatistic getRequestDuration()
Specified by:
getRequestDuration in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats

isStatsOn

public boolean isStatsOn()
Specified by:
isStatsOn in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats

setStatsOn

public void setStatsOn(boolean on)

getTotalConnectionCountImpl

public org.apache.geronimo.management.stats.CountStatisticImpl getTotalConnectionCountImpl()

getOpenConnectionCountImpl

public org.apache.geronimo.management.stats.RangeStatisticImpl getOpenConnectionCountImpl()

getConnectionRequestCountImpl

public org.apache.geronimo.management.stats.RangeStatisticImpl getConnectionRequestCountImpl()

getConnectionDurationImpl

public org.apache.geronimo.management.stats.TimeStatisticImpl getConnectionDurationImpl()

getTotalErrorCountImpl

public org.apache.geronimo.management.stats.CountStatisticImpl getTotalErrorCountImpl()

getTotalRequestCountImpl

public org.apache.geronimo.management.stats.CountStatisticImpl getTotalRequestCountImpl()

getActiveRequestCountImpl

public org.apache.geronimo.management.stats.RangeStatisticImpl getActiveRequestCountImpl()

getRequestDurationImpl

public org.apache.geronimo.management.stats.TimeStatisticImpl getRequestDurationImpl()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.