org.apache.geronimo.pool
Class ThreadPool.PoolStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.pool.ThreadPool.PoolStatsImpl
All Implemented Interfaces:
Serializable, Stats, org.apache.geronimo.management.geronimo.stats.ThreadPoolStats
Enclosing class:
ThreadPool

public static class ThreadPool.PoolStatsImpl
extends org.apache.geronimo.management.stats.StatsImpl
implements org.apache.geronimo.management.geronimo.stats.ThreadPoolStats

See Also:
Serialized Form

Constructor Summary
ThreadPool.PoolStatsImpl()
           
 
Method Summary
 CountStatistic getCountForConsumer(String consumer)
           
 String[] getThreadConsumers()
           
 BoundedRangeStatistic getThreadsInUse()
           
 void prepareConsumers(Map clients)
           
 
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl
addStat, getStatistic, getStatisticNames, getStatistics, removeStat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

ThreadPool.PoolStatsImpl

public ThreadPool.PoolStatsImpl()
Method Detail

getThreadsInUse

public BoundedRangeStatistic getThreadsInUse()
Specified by:
getThreadsInUse in interface org.apache.geronimo.management.geronimo.stats.ThreadPoolStats

getCountForConsumer

public CountStatistic getCountForConsumer(String consumer)
Specified by:
getCountForConsumer in interface org.apache.geronimo.management.geronimo.stats.ThreadPoolStats

getThreadConsumers

public String[] getThreadConsumers()
Specified by:
getThreadConsumers in interface org.apache.geronimo.management.geronimo.stats.ThreadPoolStats

prepareConsumers

public void prepareConsumers(Map clients)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.