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. 
org.jboss.osgi.testing.internal   
 

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, org.osgi.framework.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(org.jboss.osgi.vfs.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)
           
 

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

Classes in org.jboss.osgi.testing.internal that implement OSGiBundle
 class EmbeddedBundle
          An OSGi Test Case
 class OSGiBundleImpl
          An abstract implementation of a OSGiBundle
 

Methods in org.jboss.osgi.testing.internal that return OSGiBundle
 OSGiBundle RemoteRuntime.getBundle(long bundleId)
           
 OSGiBundle EmbeddedRuntime.getBundle(long bundleId)
           
 OSGiBundle OSGiRuntimeImpl.getBundle(String symbolicName, org.osgi.framework.Version version)
           
 OSGiBundle[] RemoteRuntime.getBundles()
           
 OSGiBundle[] EmbeddedRuntime.getBundles()
           
 OSGiBundle OSGiRuntimeImpl.installBundle(org.jboss.shrinkwrap.api.Archive<?> archive)
           
 OSGiBundle OSGiRuntimeImpl.installBundle(String location)
           
 OSGiBundle OSGiRuntimeImpl.installBundle(org.jboss.osgi.vfs.VirtualFile virtualFile)
           
 OSGiBundle EmbeddedBundle.loadClass(String name)
           
 



Copyright © 2010. All Rights Reserved.