Uses of Interface
org.jboss.osgi.testing.OSGiBundle

Packages that use OSGiBundle
org.jboss.osgi.spi.capability Capabilities that can be installed in the OSGi framework. 
org.jboss.osgi.testing Test support classes and interfaces. 
 

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

Methods in org.jboss.osgi.spi.capability that return types with arguments of type OSGiBundle
 List<OSGiBundle> Capability.getInstalledBundles()
           
 

Uses of OSGiBundle in org.jboss.osgi.testing
 

Methods in org.jboss.osgi.testing that return OSGiBundle
 OSGiBundle OSGiRuntime.getBundle(long bundleId)
          Get the OSGiBundle for a given bundle id.
 OSGiBundle OSGiRuntime.getBundle(String symbolicName, Version 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(org.jboss.shrinkwrap.api.Archive<?> archive)
          Install an OSGiBundle from the given archive.
 OSGiBundle OSGiRuntime.installBundle(String location)
          Install an OSGiBundle from the given location.
 OSGiBundle OSGiRuntime.installBundle(VirtualFile vfsfile)
          Install an OSGiBundle from the given virtual file.
 OSGiBundle OSGiBundle.loadClass(String name)
          Loads the specified class using this bundle's class loader.
 

Methods in org.jboss.osgi.testing with parameters of type OSGiBundle
static void OSGiRuntimeHelper.failsafeStop(OSGiBundle bundle)
           
static void OSGiRuntimeHelper.failsafeUninstall(OSGiBundle bundle)
           
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.