You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Lang Yang (JIRA)" <ji...@apache.org> on 2010/06/15 04:57:26 UTC

[jira] Updated: (HARMONY-6552) Implement ServiceRegistry.deregisterAll()

     [ https://issues.apache.org/jira/browse/HARMONY-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lang Yang updated HARMONY-6552:
-------------------------------

    Attachment: HARMONY-6552.diff

> Implement ServiceRegistry.deregisterAll()
> -----------------------------------------
>
>                 Key: HARMONY-6552
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6552
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Lang Yang
>         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.