Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29BCD78F1 for ; Sat, 30 Jul 2011 15:14:37 +0000 (UTC) Received: (qmail 99640 invoked by uid 500); 30 Jul 2011 15:14:36 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 99152 invoked by uid 500); 30 Jul 2011 15:14:35 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 99079 invoked by uid 99); 30 Jul 2011 15:14:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jul 2011 15:14:34 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jul 2011 15:14:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4E66095E00 for ; Sat, 30 Jul 2011 15:14:10 +0000 (UTC) Date: Sat, 30 Jul 2011 15:14:10 +0000 (UTC) From: "William R. Speirs (JIRA)" To: issues@commons.apache.org Message-ID: <748490575.20920.1312038850318.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <692284735.17312.1311902529853.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DBUTILS-78) Add asynchronous batch, query, and update calls MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DBUTILS-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William R. Speirs updated DBUTILS-78: ------------------------------------- Attachment: (was: AsyncQueryRunner.java) > Add asynchronous batch, query, and update calls > ----------------------------------------------- > > Key: DBUTILS-78 > URL: https://issues.apache.org/jira/browse/DBUTILS-78 > Project: Commons DbUtils > Issue Type: New Feature > Reporter: William R. Speirs > Priority: Minor > Fix For: 1.4 > > Attachments: AsyncQueryRunner.java, AsyncQueryRunnerTest.java > > > I propose a new QueryRunner class, AsyncQueryRunner, which changes the return type of batch, query, and update methods. Instead of returning their respective return types, the methods would return a RunnableFuture. This would allow callers to either execute the RunnableFuture in a thread or via an CompletionService like the ExecutorCompletionService. > I have attached a first cut at this class. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira