org.jboss.osgi.spi.testing
Interface OSGiPackageAdmin


public interface OSGiPackageAdmin

An abstraction of the OSGi PackageAdmin service.

Since:
25-Sep-2008
Author:
Thomas.Diesler@jboss.org

Method Summary
 void refreshPackages(OSGiBundle[] bundles)
          Forces the update (replacement) or removal of packages exported by the specified bundles.
 

Method Detail

refreshPackages

void refreshPackages(OSGiBundle[] bundles)
Forces the update (replacement) or removal of packages exported by the specified bundles.

Parameters:
bundles - The bundles whose exported packages are to be updated or removed, or null for all bundles updated or uninstalled since the last call to this method.
See Also:
PackageAdmin#refreshPackages(org.osgi.framework.Bundle[])}


Copyright © 2009. All Rights Reserved.