Package org.wildfly.clustering.ejb.bean
Interface BeanStatistics
- All Known Subinterfaces:
BeanManager<K,V, B>
public interface BeanStatistics
Exposes statistics for cached beans.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the number of beans that are actively cached.intReturns the number of passivated beans accessible to the cache.
-
Method Details
-
getActiveCount
int getActiveCount()Returns the number of beans that are actively cached.- Returns:
- a number of beans
-
getPassiveCount
int getPassiveCount()Returns the number of passivated beans accessible to the cache.- Returns:
- a number of beans
-