|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcc.glsn.DBConnMgr
public class DBConnMgr
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 |
|---|
public DBConnMgr(ConfigFile C)
public DBConnMgr(int M,
ConfigFile C)
| Method Detail |
|---|
public SQLConnection getConn()
public void relConn(SQLConnection S)
public void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||