com.sun.ejb.spi.stats
Interface StatefulSessionBeanStatsProvider

All Superinterfaces:
EJBStatsProvider, SessionBeanStatsProvider, StatsProvider

public interface StatefulSessionBeanStatsProvider
extends SessionBeanStatsProvider


Method Summary
 int getMaxCacheSize()
           
 long getPassiveCount()
           
 
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

getMaxCacheSize

int getMaxCacheSize()

getPassiveCount

long getPassiveCount()


Copyright © 2012 GlassFish Community. All Rights Reserved.