All Packages Class Hierarchy This Package Previous Next Index
Class com.sdi.wap.ConnectionPool
java.lang.Object
|
+----com.sdi.wap.ConnectionPool
- public class ConnectionPool
- extends Object
Uses DBConnectionManager to manage a single connection pool for
all SDI applications..
-
connectionPoolManager
-
-
POOL_NAME
-
-
ConnectionPool()
-
-
getConnection()
- Insert the method's description here.
-
releasePool()
- Insert the method's description here.
-
returnConnection(Connection)
- Insert the method's description here.
connectionPoolManager
private static ConnectionPoolManager connectionPoolManager
POOL_NAME
private static final String POOL_NAME
ConnectionPool
public ConnectionPool()
getConnection
public static Connection getConnection() throws FranchiseeException
- Insert the method's description here.
Creation date: (05/03/00 15:36:01)
releasePool
public static void releasePool()
- Insert the method's description here.
Creation date: (02/16/00 23:35:58)
returnConnection
public static void returnConnection(Connection connection)
- Insert the method's description here.
Creation date: (05/03/00 15:36:01)
All Packages Class Hierarchy This Package Previous Next Index