org.apache.geronimo.jetty
Class JettyWebContainerStatsImpl

java.lang.Object
  extended byorg.apache.geronimo.management.stats.StatsImpl
      extended byorg.apache.geronimo.jetty.JettyWebContainerStatsImpl
All Implemented Interfaces:
JettyWebContainerStats, Serializable, javax.management.j2ee.statistics.Stats, 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

Version:
$Revision: 1.0$
See Also:
Serialized Form

Constructor Summary
JettyWebContainerStatsImpl()
           
 
Method Summary
 javax.management.j2ee.statistics.RangeStatistic getActiveRequestCount()
           
 org.apache.geronimo.management.stats.RangeStatisticImpl getActiveRequestCountImpl()
           
 javax.management.j2ee.statistics.TimeStatistic getConnectionDuration()
           
 org.apache.geronimo.management.stats.TimeStatisticImpl getConnectionDurationImpl()
           
 javax.management.j2ee.statistics.RangeStatistic getConnectionRequestCount()
           
 org.apache.geronimo.management.stats.RangeStatisticImpl getConnectionRequestCountImpl()
           
 javax.management.j2ee.statistics.RangeStatistic getOpenConnectionCount()
           
 org.apache.geronimo.management.stats.RangeStatisticImpl getOpenConnectionCountImpl()
           
 javax.management.j2ee.statistics.TimeStatistic getRequestDuration()
           
 org.apache.geronimo.management.stats.TimeStatisticImpl getRequestDurationImpl()
           
 javax.management.j2ee.statistics.CountStatistic getTotalConnectionCount()
           
 org.apache.geronimo.management.stats.CountStatisticImpl getTotalConnectionCountImpl()
           
 javax.management.j2ee.statistics.CountStatistic getTotalErrorCount()
           
 org.apache.geronimo.management.stats.CountStatisticImpl getTotalErrorCountImpl()
           
 javax.management.j2ee.statistics.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 javax.management.j2ee.statistics.CountStatistic getTotalConnectionCount()
Specified by:
getTotalConnectionCount in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats

getOpenConnectionCount

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

getConnectionRequestCount

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

getConnectionDuration

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

getTotalErrorCount

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

getTotalRequestCount

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

getActiveRequestCount

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

getRequestDuration

public javax.management.j2ee.statistics.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 © 2003-2007 Apache Software Foundation. All Rights Reserved.