public interface EJBCacheStats implements javax.management.j2ee.statistics.Stats
A Stats interface to represent the statistics exposed by the Enterprise Bean Cache.
This is based on the statistics that were exposed in S1AS7.0. An implementation of EJB Cache
should provide statistical data by implementing this interface.
Returns total number of EJBs in the associated EJB Cache, as a BoundedRangeStatistic.
Note that this returns the various statistical values like maximum and minimum value attained
as a part of the return value.