Interface EjbCacheStatsProviderDelegate

All Superinterfaces:
StatsProvider
All Known Implementing Classes:
FIFOSessionCache, LruSessionCache, NRUSessionCache, UnBoundedSessionCache

public interface EjbCacheStatsProviderDelegate extends StatsProvider
  • 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()