Uses of Class
org.jboss.osgi.spi.testing.OSGiBundle

Packages that use OSGiBundle
org.jboss.osgi.spi.testing OSGi test support classes and interfaces. 
 

Uses of OSGiBundle in org.jboss.osgi.spi.testing
 

Methods in org.jboss.osgi.spi.testing that return OSGiBundle
 OSGiBundle OSGiRuntime.getBundle(java.lang.String symbolicName, java.lang.String version)
          Get the OSGiBundle for a given symbolic name and version In case the version is left unspecified, it returns the first bundle that matches the symbolic name.
 OSGiBundle[] OSGiRuntime.getBundles()
          Get the array of installed OSGiBundles
 OSGiBundle OSGiRuntime.installBundle(java.lang.String location)
          Install an OSGiBundle from the given location.
 

Methods in org.jboss.osgi.spi.testing with parameters of type OSGiBundle
 void OSGiPackageAdmin.refreshPackages(OSGiBundle[] bundles)
          Forces the update (replacement) or removal of packages exported by the specified bundles.
 



Copyright © 2009. All Rights Reserved.