Package org.wildfly.clustering.ejb.bean
Interface BeanStatistics
-
- All Known Subinterfaces:
BeanManager<K,V,B>
public interface BeanStatisticsExposes statistics for cached beans.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetActiveCount()Returns the number of beans that are actively cached.intgetPassiveCount()Returns the number of passivated beans accessible to the cache.
-