Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 49620 invoked from network); 24 Feb 2005 19:48:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Feb 2005 19:48:53 -0000 Received: (qmail 94967 invoked by uid 500); 24 Feb 2005 19:48:50 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 94948 invoked by uid 500); 24 Feb 2005 19:48:50 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 94933 invoked by uid 99); 24 Feb 2005 19:48:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from cliff.cs.athabascau.ca (HELO cliff.cs.athabascau.ca) (131.232.10.7) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 24 Feb 2005 11:48:48 -0800 Received: from CONVERSION-DAEMON.local.athabascau.ca by local.athabascau.ca (PMDF V6.1-1X6 #30658) id <0ICF00N01LPACO@local.athabascau.ca> for commons-user@jakarta.apache.org; Thu, 24 Feb 2005 12:48:47 -0700 (MST) Received: from [131.232.4.98] by local.athabascau.ca (PMDF V6.1-1X6 #30658) with ESMTPS id <0ICF00L7HLPAFK@local.athabascau.ca> for commons-user@jakarta.apache.org; Thu, 24 Feb 2005 12:48:46 -0700 (MST) Date: Thu, 24 Feb 2005 12:48:02 -0700 From: "Trenton D. Adams" Subject: javadoc update for AbandonedObjectPool To: Commons User List Message-id: <421E2F72.3010300@athabascau.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N /** * Get a db connection from the pool. * * If removeAbandoned=true, recovers db connections which * have been idle > removeAbandonedTimeout and * getNumActive() > getMaxActive() - 3 and * getNumIdle() < 2 * * @return Object jdbc Connection */ Or something like that. This should also be documented somewhere else where it's easily accessible without going to the API docs for information. -- Trenton D. Adams Web Programmer Analyst Navy Penguins at your service! Athabasca University (780) 675-6195 __ This communication is intended for the use of the recipient to whom it is addressed, and may contain confidential, personal, and or privileged information. Please contact us immediately if you are not the intended recipient of this communication, and do not copy, distribute, or take action relying on it. Any communications received in error, or subsequent reply, should be deleted or destroyed. --- --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org