Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 9313 invoked from network); 8 Jul 2010 07:16:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jul 2010 07:16:49 -0000 Received: (qmail 7221 invoked by uid 500); 8 Jul 2010 07:16:49 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 6314 invoked by uid 500); 8 Jul 2010 07:16:46 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 6304 invoked by uid 99); 8 Jul 2010 07:16:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 07:16:45 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ayyagarikiran@gmail.com designates 209.85.161.50 as permitted sender) Received: from [209.85.161.50] (HELO mail-fx0-f50.google.com) (209.85.161.50) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 07:16:38 +0000 Received: by fxm9 with SMTP id 9so251041fxm.37 for ; Thu, 08 Jul 2010 00:15:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=/XWJUvtPPqr+eXfcqTPlyx0kWfIh+cySNms3LVjb5SI=; b=uKOEjwqfvNLlFHgFHywQFVlSB/Z1R45Q1F0MM/7qrfqCNJT2qsIMn4QVilkbLGTCjb oyt6vcm5KZam1bMPnHJ7k+D81lcFN4RfYmT7/AGq6MiJKwmfPplCjayi1FitL7Ap2OrC V0mXHUNQyWHXZwr7RSpABM6JYl427+vChO6N8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=Z5fLqHDL3tOqecFyvZ8cSfhGaFVjFl7CX58NG+VFS+rOY2QmyBcq29Ippimta33a19 s4WIQN6gsNlmOenO9Xcsdi7H47HbyUuiBvhIvhPBfkt4YGh1OJiGRr1ZZ7utN5XMyMv5 JKt6o4jwy8KRFR0/N2L47TyJXCvB4jqjXhXvc= MIME-Version: 1.0 Received: by 10.223.113.15 with SMTP id y15mr6695180fap.105.1278573318440; Thu, 08 Jul 2010 00:15:18 -0700 (PDT) Sender: ayyagarikiran@gmail.com Received: by 10.223.106.146 with HTTP; Thu, 8 Jul 2010 00:15:18 -0700 (PDT) Date: Thu, 8 Jul 2010 12:45:18 +0530 X-Google-Sender-Auth: lxkBMD7i8oLNjAUbkkiwcYwxf0o Message-ID: Subject: [Client-API] adding a new method to SearchCursor From: Kiran Ayyagari To: Apache Directory Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org hi guys, The SearchCursor which we use to get the search results lacks a way to return the SearchResultDone message. Seelmann pointed this out on IRC today and I have proposed that will add a new method getSearchDone() to the SearchCursor. This method can be called at the end of cursor traversal (after cursor.next() returns false) to get the SearchResultDone message. Kiran Ayyagari