org.apache.avalon.excalibur.pool
Class TraceableResourceLimitingPool.State

java.lang.Object
  extended by org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool.State
Enclosing class:
TraceableResourceLimitingPool

public static class TraceableResourceLimitingPool.State
extends java.lang.Object


Method Summary
 int getReadySize()
           
 int getSize()
           
 TraceableResourceLimitingPool.TraceException[] getTraceExceptions()
           
 java.lang.Thread[] getTraceThreads()
           
 long[] getTraceTimes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSize

public int getSize()

getReadySize

public int getReadySize()

getTraceThreads

public java.lang.Thread[] getTraceThreads()

getTraceExceptions

public TraceableResourceLimitingPool.TraceException[] getTraceExceptions()

getTraceTimes

public long[] getTraceTimes()


Copyright © 1997-2008 Apache Software Foundation. All Rights Reserved.