org.apache.geronimo.management.stats
Class EJBStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.management.stats.EJBStatsImpl
All Implemented Interfaces:
Serializable, EJBStats, Stats
Direct Known Subclasses:
EntityBeanStatsImpl, MessageDrivenBeanStatsImpl, SessionBeanStatsImpl

public class EJBStatsImpl
extends StatsImpl
implements EJBStats

Geronimo implementation of the JSR-77 EJBStats interface.

See Also:
Serialized Form

Constructor Summary
EJBStatsImpl()
           
 
Method Summary
 CountStatistic getCreateCount()
           
 CountStatistic getRemoveCount()
           
 
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl
addStat, getStatistic, getStatisticNames, getStatistics, removeStat, setLastSampleTime, setStartTime, setStartTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

EJBStatsImpl

public EJBStatsImpl()
Method Detail

getCreateCount

public CountStatistic getCreateCount()
Specified by:
getCreateCount in interface EJBStats

getRemoveCount

public CountStatistic getRemoveCount()
Specified by:
getRemoveCount in interface EJBStats


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.