Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 25506 invoked from network); 21 Aug 2008 04:27:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2008 04:27:36 -0000 Received: (qmail 87852 invoked by uid 500); 21 Aug 2008 04:27:34 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 87651 invoked by uid 500); 21 Aug 2008 04:27:34 -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 87513 invoked by uid 99); 21 Aug 2008 04:27:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2008 21:27:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2008 04:26:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 69C9E234C1C2 for ; Wed, 20 Aug 2008 21:26:44 -0700 (PDT) Message-ID: <1240894049.1219292804432.JavaMail.jira@brutus> Date: Wed, 20 Aug 2008 21:26:44 -0700 (PDT) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Assigned: (DIRSERVER-1177) Add overloads to Cursor positioning methods which take time limits In-Reply-To: <476194747.1211255335648.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu reassigned DIRSERVER-1177: ---------------------------------------- Assignee: Alex Karasulu > Add overloads to Cursor positioning methods which take time limits > ------------------------------------------------------------------ > > Key: DIRSERVER-1177 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1177 > Project: Directory ApacheDS > Issue Type: New Feature > Reporter: Alex Karasulu > Assignee: Alex Karasulu > Fix For: 1.5.4 > > > Some Cursors will spend time positioning themselves properly possibly doing a lot of work during the course of a positioning call like next(). This may block beyond an amount of time which is allowable. To prevent this, these overloads to the Cursor positioning methods should be added to take a millisecond long parameter. Such overloads can return with an error code or can throw an exception when the operation could not complete due to timing constraints. We have to determine which is best. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.