Save This Page
Home » commons-pool-1.4-src » org.apache.commons » pool » impl » [javadoc | source]
org.apache.commons.pool.impl
class: TestGenericKeyedObjectPool.TestThread [javadoc | source]
java.lang.Object
   org.apache.commons.pool.impl.TestGenericKeyedObjectPool$TestThread

All Implemented Interfaces:
    Runnable

Field Summary
 Random _random     
 KeyedObjectPool _pool     
 boolean _complete     
 boolean _failed     
 int _iter     
 int _delay     
Constructor:
 public TestThread(KeyedObjectPool pool) 
 public TestThread(KeyedObjectPool pool,
    int iter) 
 public TestThread(KeyedObjectPool pool,
    int iter,
    int delay) 
Method from org.apache.commons.pool.impl.TestGenericKeyedObjectPool$TestThread Summary:
complete,   failed,   run
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.pool.impl.TestGenericKeyedObjectPool$TestThread Detail:
 public boolean complete() 
 public boolean failed() 
 public  void run()