Oracle

Package weblogic.jdbc.extensions

Provides extension interfaces and classes for JDBC.

See:
          Description

Interface Summary
ConnectionPoolFailoverCallback Controls the failover of WebLogic Server MultiPools.
DriverInterceptor  
WLConnection Contains methods to interact with the Statement Cache
 

Class Summary
ProfileDataRecord  
 

Exception Summary
ConnectionDeadSQLException This exception is generated when an application request to get a connection fails because the connection selected to be returned to the application from the pool fails the configured tests.
ConnectionUnavailableSQLException This exception is generated when an application request to get a connection fails because there are currently no connections available in the pool to be allocated.
PoolDisabledSQLException This exception is generated when an application request to get a connection fails because the JDBC Connection Pool has been administratively disabled.
PoolLimitSQLException This exception is generated when an application request to get a connection fails due to an application configured threshold.
PoolPermissionsSQLException This exception is generated when an application request to get a connection fails a (security) authentication or authorization check.
PoolUnavailableSQLException This exception is generated when an application request to get a connection fails because there are currently no connections available in the pool to be allocated.
 

Package weblogic.jdbc.extensions Description

Provides extension interfaces and classes for JDBC.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.