Save This Page
Home » commons-dbcp-1.2.2-src » org.apache.commons » dbcp » datasources » [javadoc | source]
org.apache.commons.dbcp.datasources
final class: PooledConnectionAndInfo [javadoc | source]
java.lang.Object
   org.apache.commons.dbcp.datasources.PooledConnectionAndInfo
Constructor:
 PooledConnectionAndInfo(PooledConnection pc,
    String username,
    String password) 
Method from org.apache.commons.dbcp.datasources.PooledConnectionAndInfo Summary:
getPassword,   getPooledConnection,   getUserPassKey,   getUsername
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.dbcp.datasources.PooledConnectionAndInfo Detail:
 final String getPassword() 
    Get the value of password.
 final PooledConnection getPooledConnection() 
 final UserPassKey getUserPassKey() 
 final String getUsername() 
    Get the value of username.