Uses of Interface
com.sun.ejb.spi.stats.EJBCacheStatsProvider

Packages that use EJBCacheStatsProvider
com.sun.ejb.base.stats   
com.sun.ejb.containers.util.cache   
com.sun.ejb.monitoring.stats   
 

Uses of EJBCacheStatsProvider in com.sun.ejb.base.stats
 

Methods in com.sun.ejb.base.stats with parameters of type EJBCacheStatsProvider
 void MonitoringRegistryMediator.registerProvider(EJBCacheStatsProvider provider)
           
 

Constructors in com.sun.ejb.base.stats with parameters of type EJBCacheStatsProvider
EJBCacheStatsImpl(EJBCacheStatsProvider delegate)
           
 

Uses of EJBCacheStatsProvider in com.sun.ejb.containers.util.cache
 

Classes in com.sun.ejb.containers.util.cache that implement EJBCacheStatsProvider
 class FIFOSessionCache
           
 class LruSessionCache
           
 class NRUSessionCache
           
 class UnBoundedSessionCache
           
 

Uses of EJBCacheStatsProvider in com.sun.ejb.monitoring.stats
 

Constructors in com.sun.ejb.monitoring.stats with parameters of type EJBCacheStatsProvider
EjbCacheStatsProvider(EJBCacheStatsProvider delegate, long beanId, String appName, String moduleName, String beanName)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.