public interface EJBPoolStats implements javax.management.j2ee.statistics.Stats
A Stats interface to represent the statistical data exposed by an EJB Bean Pool.
These are based on the statistics exposed in S1AS7.0.
All the EJB Pool implementations should expose statistical data by implementing this interface.
Returns the statistical information about the number of EJBs in the associated pool, as an instance of BoundedRangeStatistic.
This returned value gives an idea about how the pool is changing.