Package anvil.database

Interface Summary
ConnectionFactory Interface for factory used by ConnectionPool to create the actual PooledConnection instances.
ConnectionMonitor Interface for monitoring events related to connections.
ConnectionObserver Interface through which the notification of available connections is dispatched.
 

Class Summary
ConnectionAccessQueue ConnectionAccessQueue is used by ConnectionManager when acquiring connections from the pool.
ConnectionManager Class providing interface for acquiring and releasing JDBC connections.
ConnectionMonitorImpl  
ConnectionPool Pool for storing limited amount of connections as PooledConnection.
ConnectionPoolPermission class ConnectionPoolPermission
PooledConnection Abstract class wrapping connection objects.
 

Exception Summary
CannotReturnPooledConnectionException This exception is thrown, if ConnectionManager is unable to return a PooledConnection before timeout.
NoConnectionPoolException This exception is thrown, if ConnectionManager cannot find the named ConnectionPool.