|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.noaa.pmel.tmap.ConnectionManager
| Field Summary | |
(package private) static java.util.Stack |
mConnections
|
(package private) static java.lang.String |
mJdbcUrl
|
| Constructor Summary | |
ConnectionManager()
|
|
| Method Summary | |
static void |
freeConnection(java.sql.Connection c)
|
static java.sql.Connection |
getConnection()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static java.util.Stack mConnections
static java.lang.String mJdbcUrl
| Constructor Detail |
public ConnectionManager()
| Method Detail |
public static java.sql.Connection getConnection()
throws java.sql.SQLException
java.sql.SQLException
public static void freeConnection(java.sql.Connection c)
throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||