public interface ThreadPoolStats implements javax.management.j2ee.statistics.Stats
Stats interface for the monitorable attributes of the
a generic ThreadPool. This combines the statistics that were exposed in 7.0
with the new ones. In 8.0, the generic Thread Pool that can be used by any component
in the server runtime is introduced.
Returns the statistical information about the number of Threads in the associated ThreaPool, as an instance of BoundedRangeStatistic.
This returned value gives an idea about how the pool is changing.