com.sun.ejb.spi.stats
Interface EJBPoolStatsProvider

All Superinterfaces:
StatsProvider
All Known Implementing Classes:
AbstractPool, BoundedPool, NonBlockingPool

public interface EJBPoolStatsProvider
extends StatsProvider


Method Summary
 int getJmsMaxMessagesLoad()
           
 int getMaxPoolSize()
           
 int getNumBeansInPool()
           
 int getNumThreadsWaiting()
           
 int getSteadyPoolSize()
           
 int getTotalBeansCreated()
           
 int getTotalBeansDestroyed()
           
 
Methods inherited from interface com.sun.ejb.spi.stats.StatsProvider
appendStats
 

Method Detail

getJmsMaxMessagesLoad

int getJmsMaxMessagesLoad()

getMaxPoolSize

int getMaxPoolSize()

getNumBeansInPool

int getNumBeansInPool()

getNumThreadsWaiting

int getNumThreadsWaiting()

getSteadyPoolSize

int getSteadyPoolSize()

getTotalBeansCreated

int getTotalBeansCreated()

getTotalBeansDestroyed

int getTotalBeansDestroyed()


Copyright © 2012 GlassFish Community. All Rights Reserved.