| |
|
| java.lang.Object java.lang.Thread org.continuent.sequoia.driver.ConnectionClosingThread
ConnectionClosingThread | public class ConnectionClosingThread extends Thread (Code) | | The ConnectionClosingThread wakes up every 5 seconds when
close() has been called on a connection and it frees the connection if it has
not been reused.
author: Emmanuel Cecchet version: 1.0 |
Method Summary | |
public void | run() The connection closing thread wakes up every WAIT_TIME seconds when close()
has been called on a connection and it frees the connection if it has not
been reused. |
ConnectionClosingThread | public ConnectionClosingThread(Driver driver)(Code) | | Builds a new ConnectionClosingThread
Parameters: driver - The driver that created us |
run | public void run()(Code) | | The connection closing thread wakes up every WAIT_TIME seconds when close()
has been called on a connection and it frees the connection if it has not
been reused.
|
|
|
|