Package oracle.jdbc.pool

Interface Summary
OracleConnectionCache An OracleConnectionCache is an interface one needs to implement if they like to reuse OracleConnectionEventListener and implement their own version of Connection Caching.
 

Class Summary
OracleConnectionCacheTimeOutThread An OracleConnectionCacheTimeOutThread object is a thread object that implements the connection cache time out scheme.
OracleConnectionEventListener A ConnectionEventListener is an object that registers to receive events generated by a PooledConnection.
OracleConnectionPoolDataSource A DataSource object is a factory for Connection objects.
OracleDataSource A DataSource object is a factory for Connection objects.
OracleDataSourceFactory  
OracleOCIConnectionPool  
OraclePooledConnection An OraclePooledConnection object is a connection object that provides hooks for connection pool management.
OracleXAConnectionCacheImpl