Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 99261 invoked from network); 15 Jun 2010 09:03:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jun 2010 09:03:47 -0000 Received: (qmail 45836 invoked by uid 500); 15 Jun 2010 09:03:47 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 45739 invoked by uid 500); 15 Jun 2010 09:03:46 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 45727 invoked by uid 99); 15 Jun 2010 09:03:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 09:03:45 +0000 X-ASF-Spam-Status: No, hits=-1520.5 required=10.0 tests=ALL_TRUSTED,AWL 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; Tue, 15 Jun 2010 09:03:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5F93O1v007760 for ; Tue, 15 Jun 2010 09:03:24 GMT Message-ID: <23546715.2981276592604535.JavaMail.jira@thor> Date: Tue, 15 Jun 2010 05:03:24 -0400 (EDT) From: "Hudson (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6552) Implement ServiceRegistry.deregisterAll() In-Reply-To: <1481580.61276570645607.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878903#action_12878903 ] Hudson commented on HARMONY-6552: --------------------------------- Integrated in Harmony-1.5-head-linux-x86_64 #853 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/853/]) Committed Lang's patch for HARMONY-6552: implemented ServiceRegistry.deregisterAll(). > Implement ServiceRegistry.deregisterAll() > ----------------------------------------- > > Key: HARMONY-6552 > URL: https://issues.apache.org/jira/browse/HARMONY-6552 > Project: Harmony > Issue Type: Sub-task > Reporter: Lang Yang > Assignee: Alexei Fedotov > Fix For: 5.0M15 > > Attachments: HARMONY-6552.diff > > > Implementation for deregisterAll(Class category): > 1. Find the ProvidersMap instance for that category. > 2. Find all the providers that have been registered in this ProvidersMap, and perform RegisterableService.onDeregistration() method for each of them, and remove them > Implementation for deregisterAll() > 1. Find all the categories > 2. reuse deregisterAll(Class category) method for each of them. > Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterAll() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.