Save This Page
Home » commons-dbcp-1.2.2-src » org.apache.commons » dbcp » [javadoc | source]
org.apache.commons.dbcp
public class: TestAbandonedObjectPool [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.dbcp.TestAbandonedObjectPool
TestCase for AbandonedObjectPool
Nested Class Summary:
class  TestAbandonedObjectPool.ConcurrentBorrower   
class  TestAbandonedObjectPool.SimpleFactory   
Constructor:
 public TestAbandonedObjectPool(String testName) 
Method from org.apache.commons.dbcp.TestAbandonedObjectPool Summary:
setUp,   suite,   tearDown,   testConcurrentInvalidation
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.dbcp.TestAbandonedObjectPool Detail:
 public  void setUp() throws Exception 
 public static Test suite() 
 public  void tearDown() throws Exception 
 public  void testConcurrentInvalidation() throws Exception 
    Tests fix for Bug 28579, a bug in AbandonedObjectPool that causes numActive to go negative in GenericObjectPool