当前页面:
在线文档首页 >
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
org.jboss.management.j2ee.statistics.StatsBase
org.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
Method Summary |
javax.management.j2ee.statistics.TimeStatistic |
getServiceTime()
Execution times for the methods. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
ServletStatsImpl
public ServletStatsImpl()
ServletStatsImpl
public ServletStatsImpl(javax.management.j2ee.statistics.TimeStatistic serviceTime)
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.