Skip navigation links
B D G M T 

B

biz.source_code.miniConnectionPoolManager - package biz.source_code.miniConnectionPoolManager
 

D

dispose() - Method in class biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager
Closes all unused pooled connections.

G

getActiveConnections() - Method in class biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager
Returns the number of active (open) connections of this pool.
getConnection() - Method in class biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager
Retrieves a connection from the connection pool.
getInactiveConnections() - Method in class biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager
Returns the number of inactive (unused) connections in this pool.
getValidConnection() - Method in class biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager
Retrieves a connection from the connection pool and ensures that it is valid by calling Connection.isValid(int).

M

MiniConnectionPoolManager - Class in biz.source_code.miniConnectionPoolManager
A lightweight standalone JDBC connection pool manager.
MiniConnectionPoolManager(ConnectionPoolDataSource, int) - Constructor for class biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager
Constructs a MiniConnectionPoolManager object with a timeout of 60 seconds.
MiniConnectionPoolManager(ConnectionPoolDataSource, int, int) - Constructor for class biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager
Constructs a MiniConnectionPoolManager object.
MiniConnectionPoolManager.TimeoutException - Exception in biz.source_code.miniConnectionPoolManager
Thrown in MiniConnectionPoolManager.getConnection() or MiniConnectionPoolManager.getValidConnection() when no free connection becomes available within timeout seconds.

T

TimeoutException() - Constructor for exception biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager.TimeoutException
 
TimeoutException(String) - Constructor for exception biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager.TimeoutException
 
B D G M T 
Skip navigation links