Method Summary |
|
public static void | addConnection(PoolItem conn) Adds a pooled connection to the current thread. |
public static ThreadConnectionManager | createThreadManager() Returns the manager for the current thread, creating if necessary. |
public static ThreadConnectionManager | getThreadManager() Returns the manager for the current thread. |
public static void | removeConnection(PoolItem conn) Removes a pooled connection from the current thread. |
public static void | setThreadManager(ThreadConnectionManager manager) Sets the manager for the current thread. |