com.sun.ejb.spi.stats
Interface EJBCacheStatsProvider

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

public interface EJBCacheStatsProvider
extends StatsProvider


Method Summary
 int getCacheHits()
           
 int getCacheMisses()
           
 int getMaxCacheSize()
           
 int getNumBeansInCache()
           
 int getNumExpiredSessionsRemoved()
           
 int getNumPassivationErrors()
           
 int getNumPassivations()
           
 int getNumPassivationSuccess()
           
 
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()


Copyright © 2012 GlassFish Community. All Rights Reserved.