|
||||||||||
| 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 | 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)
|
void |
OSGiRuntime.refreshPackages(OSGiBundle[] bundles)
Refresh the packages through PackageAdmin.refreshPackages(org.osgi.framework.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 |
EmbeddedRuntime.getBundle(long bundleId)
|
OSGiBundle |
RemoteRuntime.getBundle(long bundleId)
|
OSGiBundle |
OSGiRuntimeImpl.getBundle(String symbolicName,
org.osgi.framework.Version version)
|
OSGiBundle[] |
EmbeddedRuntime.getBundles()
|
OSGiBundle[] |
RemoteRuntime.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)
|
| Methods in org.jboss.osgi.testing.internal with parameters of type OSGiBundle | |
|---|---|
void |
EmbeddedRuntime.refreshPackages(OSGiBundle[] bundles)
|
void |
RemoteRuntime.refreshPackages(OSGiBundle[] bundles)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||