Knopflerfish OSGi 6.0.0

org.osgi.framework
Interface BundleReference

All Known Subinterfaces:
BundleContext, BundleRevision, BundleRevisions, BundleStartLevel, BundleWiring, FrameworkStartLevel, FrameworkWiring

@ProviderType
public interface BundleReference

A reference to a Bundle.

Since:
1.5
Author:
$Id: ad4e0b99177540205a1a8f37f9075989434cc59f $
ThreadSafe

Method Summary
 Bundle getBundle()
          Returns the Bundle object associated with this BundleReference.
 

Method Detail

getBundle

Bundle getBundle()
Returns the Bundle object associated with this BundleReference.

Returns:
The Bundle object associated with this BundleReference.

Knopflerfish OSGi 6.0.0