javax.management.j2ee.statistics
Interface EntityBeanStats

All Superinterfaces:
EJBStats, Stats

public interface EntityBeanStats
extends EJBStats

Specifies statistics provided by entity beans.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 RangeStatistic getPooledCount()
          Returns the number of bean instances in the pooled state.
 RangeStatistic getReadyCount()
          Returns the number of bean instances in the ready state.
 
Methods inherited from interface javax.management.j2ee.statistics.EJBStats
getCreateCount, getRemoveCount
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getReadyCount

public RangeStatistic getReadyCount()
Returns the number of bean instances in the ready state.

Returns:
The ready count

getPooledCount

public RangeStatistic getPooledCount()
Returns the number of bean instances in the pooled state.

Returns:
The pooled count


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.