jdk/src/share/classes/com/sun/jndi/ldap/pool/Connections.java
changeset 25808 e113d0a0fde0
parent 10324 e28265130e4f
equal deleted inserted replaced
25807:6c325960c9ee 25808:e113d0a0fde0
   252     }
   252     }
   253 
   253 
   254     /**
   254     /**
   255      * Removes PooledConnection from list of connections.
   255      * Removes PooledConnection from list of connections.
   256      * The closing of the connection is separate from this method.
   256      * The closing of the connection is separate from this method.
   257      * This method is called usually when the caller encouters an error
   257      * This method is called usually when the caller encounters an error
   258      * when using the connection and wants it removed from the pool.
   258      * when using the connection and wants it removed from the pool.
   259      *
   259      *
   260      * @return true if conn removed; false if it was not in pool
   260      * @return true if conn removed; false if it was not in pool
   261      *
   261      *
   262      * public because implemented as part of PoolCallback.
   262      * public because implemented as part of PoolCallback.