com.sun.ejb.spi.stats
Interface EJBPoolStatsProvider
- All Superinterfaces:
- StatsProvider
- All Known Implementing Classes:
- AbstractPool, BoundedPool, NonBlockingPool
public interface EJBPoolStatsProvider
- extends StatsProvider
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.