org.apache.geronimo.jetty
Class JettyWebContainerStatsImpl
java.lang.Object
org.apache.geronimo.management.stats.StatsImpl
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
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 |
JettyWebContainerStatsImpl
public JettyWebContainerStatsImpl()
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.