cc.glsn
Class DBConnMgr

java.lang.Object
  extended by cc.glsn.DBConnMgr

public class DBConnMgr
extends Object

Manages a group of SQL connections and gives them out to threads who ask


Constructor Summary
DBConnMgr(ConfigFile C)
           
DBConnMgr(int M, ConfigFile C)
           
 
Method Summary
 void close()
           
 SQLConnection getConn()
           
 void relConn(SQLConnection S)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBConnMgr

public DBConnMgr(ConfigFile C)

DBConnMgr

public DBConnMgr(int M,
                 ConfigFile C)
Method Detail

getConn

public SQLConnection getConn()

relConn

public void relConn(SQLConnection S)

close

public void close()