Package com.sun.ejb.monitoring.stats
Interface EjbCacheStatsProviderDelegate
-
- All Superinterfaces:
StatsProvider
- All Known Implementing Classes:
FIFOSessionCache,LruSessionCache,NRUSessionCache,UnBoundedSessionCache
public interface EjbCacheStatsProviderDelegate extends StatsProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCacheHits()intgetCacheMisses()intgetMaxCacheSize()intgetNumBeansInCache()intgetNumExpiredSessionsRemoved()intgetNumPassivationErrors()intgetNumPassivations()intgetNumPassivationSuccess()-
Methods inherited from interface com.sun.ejb.spi.stats.StatsProvider
appendStats
-
-
-
-
Method Detail
-
getCacheHits
int getCacheHits()
-
getCacheMisses
int getCacheMisses()
-
getNumBeansInCache
int getNumBeansInCache()
-
getNumExpiredSessionsRemoved
int getNumExpiredSessionsRemoved()
-
getNumPassivationErrors
int getNumPassivationErrors()
-
getNumPassivations
int getNumPassivations()
-
getNumPassivationSuccess
int getNumPassivationSuccess()
-
getMaxCacheSize
int getMaxCacheSize()
-
-