org.apache.xalan.lib.sql
public class ConnectionPoolManager extends Object
| Constructor Summary | |
|---|---|
| ConnectionPoolManager() | |
| Method Summary | |
|---|---|
| ConnectionPool | getPool(String name)
Return the connection pool referenced by the name |
| void | registerPool(String name, ConnectionPool pool)
Register a nuew connection pool to the global pool table.
|
| void | removePool(String name)
Remove a pool from the global table. |
Parameters: name
Returns: ConnectionPool a reference to the ConnectionPool
object stored in the Pool Table. If the named pool does not exist, return
null
Parameters: name pool
UNKNOWN: org.apache.xalan.lib.sql.ConnectionPool}
IllegalArgumentException, throw this exception
if a pool with the same name currently exists.
Parameters: name