com.ds.fw.dbcon
Class FwDBConnManagerPool
java.lang.Object
|
+--com.ds.fw.dbcon.FwDBConnManagerPool
- public class FwDBConnManagerPool
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FwDBConnManagerPool
public FwDBConnManagerPool()
- Constructor of the FwConnPoolRapper class
getInstance
public static com.ds.fw.dbcon.FwDBConnManagerPool getInstance()
getConnPoolWrapper
public com.ds.fw.dbcon.FwConnPoolWrapper getConnPoolWrapper()
setConnPoolWrapper
public void setConnPoolWrapper(com.ds.fw.dbcon.FwConnPoolWrapper c)
createDBConnection
public java.sql.Connection createDBConnection(java.lang.String database)
throws java.sql.SQLException
java.sql.SQLException
releaseDBConnection
public void releaseDBConnection(java.lang.String database,
java.sql.Connection c)
throws java.sql.SQLException
java.sql.SQLException
removeDBConnection
public void removeDBConnection(java.lang.String database,
java.sql.Connection c)
throws java.sql.SQLException
java.sql.SQLException
getDBConnManager
public com.ds.fw.dbcon.FwDBConnManager getDBConnManager()
throws java.sql.SQLException
java.sql.SQLException
getDBConnManager
public com.ds.fw.dbcon.FwDBConnManager getDBConnManager(java.lang.String db)
throws java.sql.SQLException
java.sql.SQLException
releaseDBConnManager
public void releaseDBConnManager(com.ds.fw.dbcon.FwDBConnManager m)
killAllDBConnManagers
public void killAllDBConnManagers()
throws java.sql.SQLException
java.sql.SQLException