org.apache.avalon.excalibur.pool
Class TraceableResourceLimitingPool.State
java.lang.Object
org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool.State
- Enclosing class:
- TraceableResourceLimitingPool
public static class TraceableResourceLimitingPool.State
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_size
private int m_size
m_readySize
private int m_readySize
m_threads
private java.lang.Thread[] m_threads
m_traceExceptions
private TraceableResourceLimitingPool.TraceException[] m_traceExceptions
m_traceTimes
private long[] m_traceTimes
TraceableResourceLimitingPool.State
private TraceableResourceLimitingPool.State(int size,
int readySize,
java.lang.Thread[] threads,
TraceableResourceLimitingPool.TraceException[] traceExceptions,
long[] traceTimes)
getSize
public int getSize()
getReadySize
public int getReadySize()
getTraceThreads
public java.lang.Thread[] getTraceThreads()
getTraceExceptions
public TraceableResourceLimitingPool.TraceException[] getTraceExceptions()
getTraceTimes
public long[] getTraceTimes()