org.jboss.management.j2ee.statistics
Class EntityBeanStatsImpl

java.lang.Object
  extended byorg.jboss.management.j2ee.statistics.StatsBase (src) 
      extended byorg.jboss.management.j2ee.statistics.EJBStatsImpl (src) 
          extended byorg.jboss.management.j2ee.statistics.EntityBeanStatsImpl
All Implemented Interfaces:
EJBStats (src) , EntityBeanStats (src) , java.io.Serializable, Stats (src)

public class EntityBeanStatsImpl
extends EJBStatsImpl (src)
implements EntityBeanStats (src)

The JSR77.6.12 EntityBeanStats implementation

See Also:
Serialized Form

Constructor Summary
EntityBeanStatsImpl()
           
 
Method Summary
 RangeStatistic (src) getPooledCount()
          Number of beans in the pooled state.
 RangeStatistic (src) getReadyCount()
          Number of beans in the ready state.
 
Methods inherited from class org.jboss.management.j2ee.statistics.EJBStatsImpl (src)
getCreateCount, getRemoveCount
 
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.EJBStats (src)
getCreateCount, getRemoveCount
 
Methods inherited from interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

EntityBeanStatsImpl

public EntityBeanStatsImpl()
Method Detail

getReadyCount

public RangeStatistic (src)  getReadyCount()
Description copied from interface: EntityBeanStats (src)
Number of beans in the ready state.

Specified by:
getReadyCount in interface EntityBeanStats (src)

getPooledCount

public RangeStatistic (src)  getPooledCount()
Description copied from interface: EntityBeanStats (src)
Number of beans in the pooled state.

Specified by:
getPooledCount in interface EntityBeanStats (src)