Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 54488 invoked from network); 11 Sep 2003 13:47:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Sep 2003 13:47:28 -0000 Received: (qmail 50389 invoked by uid 500); 11 Sep 2003 13:47:17 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 50346 invoked by uid 500); 11 Sep 2003 13:47:15 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 50333 invoked from network); 11 Sep 2003 13:47:15 -0000 Received: from unknown (HELO hogshead.codehaus.org) (66.216.68.111) by daedalus.apache.org with SMTP; 11 Sep 2003 13:47:15 -0000 Received: from hogshead.codehaus.org (hogshead.codehaus.org [66.216.68.111]) by hogshead.codehaus.org (8.11.6/8.11.6) with ESMTP id h8BE2A115991 for ; Thu, 11 Sep 2003 09:02:10 -0500 Message-ID: <455730.1063288930386.JavaMail.orion@hogshead.codehaus.org> Date: Thu, 11 Sep 2003 09:02:10 -0500 (CDT) From: jira@codehaus.org To: geronimo-dev@incubator.apache.org Subject: [jira] Updated: (GERONIMO-73) WorkManager implementation Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following issue has been updated: Updater: Gianny DAMOUR (mailto:gianny_damour@hotmail.com) Date: Thu, 11 Sep 2003 9:01 AM Comment: Following the refacto (core -> kernel) related to the Classloader hierachy issue, the previous patch was no more in sync. This patch must be used instead. Changes: Attachment changed to patch-workmanagement.jar --------------------------------------------------------------------- For a full history of the issue, see: http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-73&page=history --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-73 Here is an overview of the issue: --------------------------------------------------------------------- Key: GERONIMO-73 Summary: WorkManager implementation Type: New Feature Status: Unassigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: Apache Geronimo Components: core Assignee: Reporter: Gianny DAMOUR Created: Sat, 6 Sep 2003 1:47 AM Updated: Thu, 11 Sep 2003 9:01 AM Description: This patch contains an implementation of the WorkManager spi. This implementation delegates the submitted work to three distinct executors - one for each synchronization policy. Each executor is a thread pool based on the Doug Lea's PooledExecutor. The WorkManager and its WorkExecutors are MBeans and are deployed via the WorkManagement-service.xml file. During the execution of a work, the WorkListener provided during a the work submission is duly notified. A test case yielding the three distinct synchronization policy is also provided. This test case uses the WorkListener notifications in order to introspect the status of submitted works. Gianny --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira