com.sun.ejb.spi.stats
Interface EntityBeanStatsProvider

All Superinterfaces:
EJBStatsProvider, StatsProvider

public interface EntityBeanStatsProvider
extends EJBStatsProvider


Method Summary
 int getMaxCacheSize()
           
 int getMaxPoolSize()
           
 long getPooledCount()
           
 long getReadyCount()
           
 int getSteadyPoolSize()
           
 
Methods inherited from interface com.sun.ejb.spi.stats.EJBStatsProvider
getCreateCount, getRemoveCount
 
Methods inherited from interface com.sun.ejb.spi.stats.StatsProvider
appendStats
 

Method Detail

getMaxCacheSize

int getMaxCacheSize()

getMaxPoolSize

int getMaxPoolSize()

getPooledCount

long getPooledCount()

getReadyCount

long getReadyCount()

getSteadyPoolSize

int getSteadyPoolSize()


Copyright © 2012 GlassFish Community. All Rights Reserved.