org.osgi.framework
Interface BundleReference

All Known Subinterfaces:
BaseClassLoader, BundleClassLoader, ParallelClassLoader
All Known Implementing Classes:
BundleProtectionDomain, CompositeClassLoader, DefaultClassLoader, ModuleImpl.ModuleClassLoader, ModuleImpl.ModuleClassLoaderJava5

public interface BundleReference

A reference to a Bundle.

Since:
1.5
Version:
$Revision: 6860 $

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.