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

EJBStatsImpl (JBoss/Management API) - JBoss 3.2.7 management API Documentation 英文版文档


org.jboss.management.j2ee.statistics
Class EJBStatsImpl

java.lang.Object
  extended byorg.jboss.management.j2ee.statistics.StatsBase
      extended byorg.jboss.management.j2ee.statistics.EJBStatsImpl
All Implemented Interfaces:
javax.management.j2ee.statistics.EJBStats, Serializable, javax.management.j2ee.statistics.Stats
Direct Known Subclasses:
EntityBeanStatsImpl, MessageDrivenBeanStatsImpl, StatefulSessionBeanStatsImpl, StatelessSessionBeanStatsImpl

public abstract class EJBStatsImpl
extends StatsBase
implements javax.management.j2ee.statistics.EJBStats

The JSR77.6.11 EJBStats implementation

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

Constructor Summary
EJBStatsImpl()
           
EJBStatsImpl(javax.management.j2ee.statistics.CountStatistic createCount, javax.management.j2ee.statistics.CountStatistic removeCount)
           
 
Method Summary
 javax.management.j2ee.statistics.CountStatistic getCreateCount()
           
 javax.management.j2ee.statistics.CountStatistic getRemoveCount()
           
 
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

EJBStatsImpl

public EJBStatsImpl()

EJBStatsImpl

public EJBStatsImpl(javax.management.j2ee.statistics.CountStatistic createCount,
                    javax.management.j2ee.statistics.CountStatistic removeCount)
Method Detail

getCreateCount

public javax.management.j2ee.statistics.CountStatistic getCreateCount()
Specified by:
getCreateCount in interface javax.management.j2ee.statistics.EJBStats
Returns:
Returns the number of times the beans create method was called

getRemoveCount

public javax.management.j2ee.statistics.CountStatistic getRemoveCount()
Specified by:
getRemoveCount in interface javax.management.j2ee.statistics.EJBStats
Returns:
Returns the number of times the beans remove method was called


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