|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OSGiBundle | |
|---|---|
| org.jboss.osgi.spi.capability | Capabilities that can be installed in the OSGi framework. |
| org.jboss.osgi.testing | OSGi 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 | |
|---|---|
java.util.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(java.lang.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(java.lang.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(java.lang.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||