Skip navigation links

Oracle® Universal Connection Pool Java API Reference
11g Release 1 (11.1)

E11990-01


Uses of Interface
oracle.ucp.ConnectionRetrievalInfo

Packages that use ConnectionRetrievalInfo
oracle.ucp   

 

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 conenctions) in the pool based on the initialPoolSize property.

 


Skip navigation links

Oracle® Universal Connection Pool Java API Reference
11g Release 1 (11.1)

E11990-01


Copyright © 2008, Oracle. All rights reserved.