Uses of Class
com.caucho.env.dbpool.ThreadConnectionManager

Packages that use ThreadConnectionManager
com.caucho.env.dbpool   
 

Uses of ThreadConnectionManager in com.caucho.env.dbpool
 

Methods in com.caucho.env.dbpool that return ThreadConnectionManager
static ThreadConnectionManager ThreadConnectionManager.createThreadManager()
          Returns the manager for the current thread, creating if necessary.
static ThreadConnectionManager ThreadConnectionManager.getThreadManager()
          Returns the manager for the current thread.
 

Methods in com.caucho.env.dbpool with parameters of type ThreadConnectionManager
static void ThreadConnectionManager.setThreadManager(ThreadConnectionManager manager)
          Sets the manager for the current thread.