org.apache.geronimo.management.stats
Class EJBStatsImpl
java.lang.Object
org.apache.geronimo.management.stats.StatsImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBStatsImpl
public EJBStatsImpl()
getCreateCount
public CountStatistic getCreateCount()
- Specified by:
getCreateCount
in interface EJBStats
getRemoveCount
public CountStatistic getRemoveCount()
- Specified by:
getRemoveCount
in interface EJBStats
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.