com.sun.ejb.containers.util.cache
Interface MonitorableCache


public interface MonitorableCache


Method Summary
 int getCacheHits()
           
 int getCacheMisses()
           
 int getCurrentSize()
           
 int getIdleTimeoutInSeconds()
           
 int getMaxCacheSize()
           
 int getRemovalTimeoutInSeconds()
           
 int getResizeQuantity()
           
 int getVictimCount()
           
 java.lang.String getVictimSelectionPolicy()
           
 boolean isCacheOverflowAllowed()
           
 

Method Detail

getMaxCacheSize

int getMaxCacheSize()

getCurrentSize

int getCurrentSize()

getResizeQuantity

int getResizeQuantity()

isCacheOverflowAllowed

boolean isCacheOverflowAllowed()

getIdleTimeoutInSeconds

int getIdleTimeoutInSeconds()

getRemovalTimeoutInSeconds

int getRemovalTimeoutInSeconds()

getVictimSelectionPolicy

java.lang.String getVictimSelectionPolicy()

getCacheHits

int getCacheHits()

getCacheMisses

int getCacheMisses()

getVictimCount

int getVictimCount()


Copyright © 2012 GlassFish Community. All Rights Reserved.