org.apache.geronimo.management.stats
Class EntityBeanStatsImpl
java.lang.Object
org.apache.geronimo.management.stats.StatsImpl
org.apache.geronimo.management.stats.EJBStatsImpl
org.apache.geronimo.management.stats.EntityBeanStatsImpl
- All Implemented Interfaces:
- Serializable, EJBStats, EntityBeanStats, Stats
public class EntityBeanStatsImpl
- extends EJBStatsImpl
- implements EntityBeanStats
Geronimo implementation of the JSR-77 EntityBeanStats interface.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityBeanStatsImpl
public EntityBeanStatsImpl()
getReadyCount
public RangeStatistic getReadyCount()
- Specified by:
getReadyCount
in interface EntityBeanStats
getPooledCount
public RangeStatistic getPooledCount()
- Specified by:
getPooledCount
in interface EntityBeanStats
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.