com.sun.ejb.spi.stats
Interface EJBCacheStatsProvider
- All Superinterfaces:
- StatsProvider
- All Known Implementing Classes:
- FIFOSessionCache, LruSessionCache, NRUSessionCache, UnBoundedSessionCache
public interface EJBCacheStatsProvider
- extends StatsProvider
getCacheHits
int getCacheHits()
getCacheMisses
int getCacheMisses()
getNumBeansInCache
int getNumBeansInCache()
getNumExpiredSessionsRemoved
int getNumExpiredSessionsRemoved()
getNumPassivationErrors
int getNumPassivationErrors()
getNumPassivations
int getNumPassivations()
getNumPassivationSuccess
int getNumPassivationSuccess()
getMaxCacheSize
int getMaxCacheSize()
Copyright © 2012 GlassFish Community. All Rights Reserved.