Package com.sun.ejb.monitoring.stats
Interface EjbCacheStatsProviderDelegate
- All Superinterfaces:
StatsProvider
- All Known Implementing Classes:
FIFOSessionCache,LruSessionCache,NRUSessionCache,UnBoundedSessionCache
-
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintintMethods inherited from interface com.sun.ejb.spi.stats.StatsProvider
appendStats
-
Method Details
-
getCacheHits
int getCacheHits() -
getCacheMisses
int getCacheMisses() -
getNumBeansInCache
int getNumBeansInCache() -
getNumExpiredSessionsRemoved
int getNumExpiredSessionsRemoved() -
getNumPassivationErrors
int getNumPassivationErrors() -
getNumPassivations
int getNumPassivations() -
getNumPassivationSuccess
int getNumPassivationSuccess() -
getMaxCacheSize
int getMaxCacheSize()
-