com.sun.ejb.base.stats
Class EntityBeanStatsImpl
java.lang.Object
com.sun.ejb.base.stats.StatsImpl
com.sun.ejb.base.stats.EJBStatsImpl
com.sun.ejb.base.stats.EntityBeanStatsImpl
- All Implemented Interfaces:
- EJBStats, EntityBeanStats, Stats
public class EntityBeanStatsImpl
- extends EJBStatsImpl
- implements EntityBeanStats
A Class for providing stats for Entity Container.
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityDelegate
protected EntityBeanStatsProvider entityDelegate
EntityBeanStatsImpl
public EntityBeanStatsImpl(EntityBeanStatsProvider delegate)
getPooledCount
public RangeStatistic getPooledCount()
- Specified by:
getPooledCount in interface EntityBeanStats
getReadyCount
public RangeStatistic getReadyCount()
- Specified by:
getReadyCount in interface EntityBeanStats
Copyright © 2012 GlassFish Community. All Rights Reserved.