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
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.