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 2005/10/12 16:18:04 UTC

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

Implement new PackageAdmin methods
----------------------------------

         Key: FELIX-35
         URL: http://issues.apache.org/jira/browse/FELIX-35
     Project: Felix
        Type: New Feature
  Components: Specification compliance, Framework  
    Reporter: Richard S. Hall


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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira