org.jboss.management.j2ee.statistics
Class ServletStatsImpl

java.lang.Object
  extended byorg.jboss.management.j2ee.statistics.StatsBase (src) 
      extended byorg.jboss.management.j2ee.statistics.ServletStatsImpl
All Implemented Interfaces:
java.io.Serializable, ServletStats (src) , Stats (src)

public class ServletStatsImpl
extends StatsBase (src)
implements ServletStats (src)

The implementation of the JSR77 ServletStats model

See Also:
Serialized Form

Constructor Summary
ServletStatsImpl()
           
ServletStatsImpl(TimeStatistic (src)  serviceTime)
           
 
Method Summary
 TimeStatistic (src) getServiceTime()
          Execution times for the methods.
 
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase (src)
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

ServletStatsImpl

public ServletStatsImpl()

ServletStatsImpl

public ServletStatsImpl(TimeStatistic (src)  serviceTime)
Method Detail

getServiceTime

public TimeStatistic (src)  getServiceTime()
Description copied from interface: ServletStats (src)
Execution times for the methods.

Specified by:
getServiceTime in interface ServletStats (src)