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..


Variable Index

 o connectionPoolManager
 o POOL_NAME

Constructor Index

 o ConnectionPool()

Method Index

 o getConnection()
Insert the method's description here.
 o releasePool()
Insert the method's description here.
 o returnConnection(Connection)
Insert the method's description here.

Variables

 o connectionPoolManager
 private static ConnectionPoolManager connectionPoolManager
 o POOL_NAME
 private static final String POOL_NAME

Constructors

 o ConnectionPool
 public ConnectionPool()

Methods

 o getConnection
 public static Connection getConnection() throws FranchiseeException
Insert the method's description here. Creation date: (05/03/00 15:36:01)

 o releasePool
 public static void releasePool()
Insert the method's description here. Creation date: (02/16/00 23:35:58)

 o 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