|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2) E12826-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionRetrievalInfo | |
|---|---|
| oracle.ucp | Includes both required and optional callback interfaces that are used to implement connection pool features. |
| Uses of ConnectionRetrievalInfo in oracle.ucp |
|---|
| Methods in oracle.ucp that return ConnectionRetrievalInfo | |
|---|---|
ConnectionRetrievalInfo |
UniversalConnectionPool.getConnectionRetrievalInfo()Gets the ConnectionRetrievalInfo object which contains user and password information to create the connections. |
ConnectionRetrievalInfo |
UniversalPooledConnection.getConnectionRetrievalInfo()Gets the connection retrieval info. |
ConnectionRetrievalInfo |
ConnectionRetrievalInfo.getCopyWithNoLabels()Clones this connection retrieval object but removes all the connection labels associated. |
| Methods in oracle.ucp with parameters of type ConnectionRetrievalInfo | |
|---|---|
UniversalPooledConnection |
UniversalConnectionPool.borrowConnection(ConnectionRetrievalInfo connectionRetrievalInfo)Gets a connection from the connection pool. |
java.lang.Object |
ConnectionFactoryAdapter.createConnection(ConnectionRetrievalInfo connectionRequestInfo)Creates a connection. |
UniversalPooledConnection |
ConnectionFactoryAdapter.createPooledConnection(java.lang.Object connection, ConnectionRetrievalInfo connectionRequestInfo)Creates a UniversalPooledConnection object. |
void |
UniversalConnectionPool.setConnectionRetrievalInfo(ConnectionRetrievalInfo cri)Sets the ConnectionRetrievalInfo for creating the initial connections (physical connections) in the pool based on the initialPoolSize property. |
|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2) E12826-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||