You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2008/10/15 22:38:44 UTC

[jira] Updated: (FELIX-35) Implement new PackageAdmin methods

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

Richard S. Hall updated FELIX-35:
---------------------------------

    Affects Version/s: 
felix-1.2.1

        Fix Version/s: felix-1.4.0
             Assignee: Richard S. Hall

> Implement new PackageAdmin methods
> ----------------------------------
>
>                 Key: FELIX-35
>                 URL: https://issues.apache.org/jira/browse/FELIX-35
>             Project: Felix
>          Issue Type: New Feature
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.2.1

>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-1.4.0
>
>
> This issue is described in section 7 of the OSGi R4 specification. PackageAdmin has seen several new methods added to it for R4, which include:
>     PackageAdmin.getExportedPackages(String)
>     PackageAdmin.resolveBundles(Bundle[])
>     PackageAdmin.getRequiredBundles(String)
>     PackageAdmin.getBundles(String, String)
>     PackageAdmin.getFragments(Bundle)
>     PackageAdmin.getHosts(Bundle)
>     PackageAdmin.getBundle(Class)
>     PackageAdmin.getBundleType(Bundle)
> Many of these methods can only be implemented when other corresponding issues have been resolved (e.g., bundle fragments). However, several of them can already be implemented now.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.