org.jboss.management.j2ee.statistics
Class EJBStatsImpl

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

public abstract class EJBStatsImpl
extends StatsBase (src)
implements EJBStats (src)

The JSR77.6.11 EJBStats implementation

See Also:
Serialized Form

Constructor Summary
EJBStatsImpl()
           
EJBStatsImpl(CountStatistic (src)  createCount, CountStatistic (src)  removeCount)
           
 
Method Summary
 CountStatistic (src) getCreateCount()
          Number of times create was called.
 CountStatistic (src) getRemoveCount()
          Number of times remove was called.
 
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

EJBStatsImpl

public EJBStatsImpl()

EJBStatsImpl

public EJBStatsImpl(CountStatistic (src)  createCount,
                    CountStatistic (src)  removeCount)
Method Detail

getCreateCount

public CountStatistic (src)  getCreateCount()
Description copied from interface: EJBStats (src)
Number of times create was called.

Specified by:
getCreateCount in interface EJBStats (src)

getRemoveCount

public CountStatistic (src)  getRemoveCount()
Description copied from interface: EJBStats (src)
Number of times remove was called.

Specified by:
getRemoveCount in interface EJBStats (src)