org.logicalcobwebs.proxool
Class ConnectionPoolTest.Closer

java.lang.Object
  extended by org.logicalcobwebs.proxool.ConnectionPoolTest.Closer
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ConnectionPoolTest

 class ConnectionPoolTest.Closer
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  java.sql.Connection connection
           
private  long duration
           
 
Constructor Summary
ConnectionPoolTest.Closer(java.sql.Connection connection, long duration)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

private java.sql.Connection connection

duration

private long duration
Constructor Detail

ConnectionPoolTest.Closer

public ConnectionPoolTest.Closer(java.sql.Connection connection,
                                 long duration)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable