Knopflerfish OSGi 3.2.0

org.osgi.framework
Interface BundleReference


public interface BundleReference

A reference to a Bundle.

Since:
1.5
Version:
$Revision: 6860 $
ThreadSafe

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

Method Detail

getBundle

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

Returns:
The Bundle object associated with this BundleReference.

Knopflerfish OSGi 3.2.0