com.sun.ejb.spi.stats
Interface StatelessSessionBeanStatsProvider

All Superinterfaces:
EJBStatsProvider, SessionBeanStatsProvider, StatsProvider

public interface StatelessSessionBeanStatsProvider
extends SessionBeanStatsProvider


Method Summary
 int getMaxPoolSize()
           
 int getSteadyPoolSize()
           
 
Methods inherited from interface com.sun.ejb.spi.stats.SessionBeanStatsProvider
getMethodReadyCount
 
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

getMaxPoolSize

int getMaxPoolSize()

getSteadyPoolSize

int getSteadyPoolSize()


Copyright © 2012 GlassFish Community. All Rights Reserved.