From 9d6f5c9a5b7771e595892e6935cf1cc42012c4c6 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Tue, 22 Dec 2009 21:37:36 +0000
Subject: [PATCH] Fixed some bugs with the connection pool. Moved heart beat back to heart beat connection factory from isValid method.
---
sdk/src/org/opends/sdk/AsynchronousConnection.java | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/sdk/src/org/opends/sdk/AsynchronousConnection.java b/sdk/src/org/opends/sdk/AsynchronousConnection.java
index ecbc74d..9d37c3e 100644
--- a/sdk/src/org/opends/sdk/AsynchronousConnection.java
+++ b/sdk/src/org/opends/sdk/AsynchronousConnection.java
@@ -379,12 +379,6 @@
/**
* Returns true if the connection has not been closed and is still valid.
- * The implementation shall submit a search on the connection or use some
- * other mechanism that positively verifies the connection is still valid
- * when this method is called.
- *
- * The query submitted by the driver to validate the connection shall be
- * executed in the authentication context.
*
* @return {@code true} if the connection is valid, {@code false} otherwise.
*/
--
Gitblit v1.10.0