Top Description Methods
org.osgi.framework

public Interface BundleReference

Known Direct Subinterfaces
org.osgi.framework.ServiceReference, org.osgi.framework.startlevel.BundleStartLevel, org.osgi.framework.startlevel.FrameworkStartLevel, org.osgi.framework.wiring.BundleRevision, org.osgi.framework.wiring.BundleRevisions, org.osgi.framework.wiring.BundleWiring, org.osgi.framework.wiring.FrameworkWiring, org.osgi.framework.BundleContext
Annotations
@ProviderType
Imports
org.osgi.annotation.versioning.ProviderType

A reference to a Bundle.
Author
$Id: ad4e0b99177540205a1a8f37f9075989434cc59f $
Since
1.5

Method Summary

Modifier and TypeMethod and Description
public Bundle

Returns:

The Bundle object associated with this BundleReference.
getBundle
()

Returns the Bundle object associated with this BundleReference.

Method Detail

getBundleback to summary
public Bundle getBundle()

Returns the Bundle object associated with this BundleReference.

Returns:Bundle

The Bundle object associated with this BundleReference.