Uses of Interface
oracle.ucp.ConnectionRetrievalInfo
-
Packages that use ConnectionRetrievalInfo Package Description oracle.ucp -
-
Uses of ConnectionRetrievalInfo in oracle.ucp
Methods in oracle.ucp that return ConnectionRetrievalInfo Modifier and Type Method Description ConnectionRetrievalInfoUniversalConnectionPool. getConnectionRetrievalInfo()Gets theConnectionRetrievalInfoobject which contains user and password information to create the connections.ConnectionRetrievalInfoUniversalPooledConnection. getConnectionRetrievalInfo()Gets the connection retrieval info.ConnectionRetrievalInfoConnectionRetrievalInfo. getCopyWithNoLabels()Clones this connection retrieval object but removes all the connection labels associated.Methods in oracle.ucp with parameters of type ConnectionRetrievalInfo Modifier and Type Method Description UniversalPooledConnectionUniversalConnectionPool. borrowConnection(ConnectionRetrievalInfo connectionRetrievalInfo)Gets a connection from the connection pool.java.lang.ObjectConnectionFactoryAdapter. createConnection(ConnectionRetrievalInfo connectionRequestInfo)Creates a connection.UniversalPooledConnectionConnectionFactoryAdapter. createPooledConnection(java.lang.Object connection, ConnectionRetrievalInfo connectionRequestInfo)Creates a UniversalPooledConnection object.booleanConnectionRetrievalInfo. equalsIncludingPassword(ConnectionRetrievalInfo cri)Checks whether this instance is equal to another.voidUniversalConnectionPool. setConnectionRetrievalInfo(ConnectionRetrievalInfo cri)Sets theConnectionRetrievalInfofor creating the initial connections (physical connections) in the pool based on the initialPoolSize property.voidUniversalPooledConnection. setConnectionRetrievalInfo(ConnectionRetrievalInfo cri)Sets the connection retrieval info on the connection.
-