Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 80390 invoked from network); 9 Sep 2010 10:16:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Sep 2010 10:16:16 -0000 Received: (qmail 83620 invoked by uid 500); 9 Sep 2010 10:16:16 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 83334 invoked by uid 500); 9 Sep 2010 10:16:13 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 83327 invoked by uid 99); 9 Sep 2010 10:16:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 10:16:12 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 10:15:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o89AFWw0018127 for ; Thu, 9 Sep 2010 10:15:33 GMT Message-ID: <10717493.94141284027332558.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 06:15:32 -0400 (EDT) From: "Ivan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-5491) Implement org.apache.catalina.Executor interface in TomcatExecutorWrapper In-Reply-To: <20300194.113461280731815728.JavaMail.jira@thor> 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/GERONIMO-5491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan resolved GERONIMO-5491. ---------------------------- Fix Version/s: 3.0 Resolution: Fixed The test case is commited to trunk At revision: 995369. Thanks, Han Hong Fang ! > Implement org.apache.catalina.Executor interface in TomcatExecutorWrapper > ------------------------------------------------------------------------- > > Key: GERONIMO-5491 > URL: https://issues.apache.org/jira/browse/GERONIMO-5491 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Tomcat > Affects Versions: 3.0 > Reporter: Han Hong Fang > Assignee: Han Hong Fang > Fix For: 3.0 > > Attachments: GERONIMO-5491(testcase).patch, GERONIMO-5491(updated).patch > > > Implement org.apache.catalina.Executor interface in TomcatExecutorWrapper as spec below. > /** > * Executes the given command at some time in the future. The command > * may execute in a new thread, in a pooled thread, or in the calling > * thread, at the discretion of the Executor implementation. > * If no threads are available, it will be added to the work queue. > * If the work queue is full, the system will wait for the specified > * time until it throws a RejectedExecutionException > * > * @param command the runnable task > * @throws RejectedExecutionException if this task cannot be > * accepted for execution - the queue is full > * @throws NullPointerException if command or unit is null > */ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.