org.apache.geronimo.management.stats
Class ServletStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.management.stats.ServletStatsImpl
All Implemented Interfaces:
Serializable, ServletStats, Stats

public class ServletStatsImpl
extends StatsImpl
implements ServletStats

Geronimo implementation of the JSR-77 ServletStats interface.

See Also:
Serialized Form

Constructor Summary
ServletStatsImpl()
           
 
Method Summary
 TimeStatistic getServiceTime()
           
 
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl
addStat, getStatistic, getStatisticNames, getStatistics, removeStat, setLastSampleTime, setStartTime
 
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

ServletStatsImpl

public ServletStatsImpl()
Method Detail

getServiceTime

public TimeStatistic getServiceTime()
Specified by:
getServiceTime in interface ServletStats


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.