org.osgi.framework
Interface BundleReference

All Known Subinterfaces:
BaseClassLoader, BundleClassLoader, BundleContext, BundleData, BundleDescription, BundleRevision, BundleRevisions, BundleStartLevel, BundleWiring, FelixBundleContext, FrameworkStartLevel, FrameworkWiring, ParallelClassLoader
All Known Implementing Classes:
AbstractBundle, BaseData, BundleContextImpl, BundleDescriptionImpl, BundleFragment, BundleHost, BundleLoaderProxy, BundleProtectionDomain, BundleRevisionImpl, BundleWiringImpl, BundleWiringImpl.BundleClassLoader, BundleWiringImpl.BundleClassLoaderJava5, CompositeBase, CompositeClassLoader, CompositeImpl, DefaultClassLoader, Felix, InternalSystemBundle, PackageAdminImpl, SurrogateImpl, SystemBundleData

public interface BundleReference

A reference to a Bundle.

Since:
1.5
Version:
$Id: e61bd3e020264b04022a430fe09a85ee3aabf1a3 $

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.


Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.