站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 management API Documentation 英文版文档

ServletStatsImpl (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档


org.jboss.management.j2ee.statistics
Class ServletStatsImpl

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

public class ServletStatsImpl
extends StatsBase
implements javax.management.j2ee.statistics.ServletStats

The implementation of the JSR77 ServletStats model

Version:
$Revision: 1.5 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
ServletStatsImpl()
           
ServletStatsImpl(javax.management.j2ee.statistics.TimeStatistic serviceTime)
           
 
Method Summary
 javax.management.j2ee.statistics.TimeStatistic getServiceTime()
          Execution times for the methods.
 
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase
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
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

ServletStatsImpl

public ServletStatsImpl()

ServletStatsImpl

public ServletStatsImpl(javax.management.j2ee.statistics.TimeStatistic serviceTime)
Method Detail

getServiceTime

public javax.management.j2ee.statistics.TimeStatistic getServiceTime()
Description copied from interface: javax.management.j2ee.statistics.ServletStats
Execution times for the methods.

Specified by:
getServiceTime in interface javax.management.j2ee.statistics.ServletStats


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.