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

Packages that use StatsProvider
com.sun.ejb.containers.util.cache   
com.sun.ejb.containers.util.pool   
com.sun.ejb.spi.stats   
 

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

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

Uses of StatsProvider in com.sun.ejb.containers.util.pool
 

Classes in com.sun.ejb.containers.util.pool that implement StatsProvider
 class AbstractPool
          Abstract pool provides the basic implementation of an object pool.
 class BoundedPool
          Abstract pool provides the basic implementation of an object pool.
 class NonBlockingPool
          NonBlockingPool pool provides the basic implementation of an object pool.
 

Uses of StatsProvider in com.sun.ejb.spi.stats
 

Subinterfaces of StatsProvider in com.sun.ejb.spi.stats
 interface EJBCacheStatsProvider
           
 interface EJBPoolStatsProvider
           
 interface EJBStatsProvider
           
 interface EJBTimedObjectStatsProvider
           
 interface EntityBeanStatsProvider
           
 interface MessageDrivenBeanStatsProvider
           
 interface MonitorableSFSBStoreManager
          An interface that allows monitoring of an SFSBStoreManager implementation
 interface SessionBeanStatsProvider
           
 interface StatefulSessionBeanStatsProvider
           
 interface StatelessSessionBeanStatsProvider
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.