org.springframework.osgi.context
Interface BundleContextAware

All Known Implementing Classes:
AbstractOsgiServiceProxyFactoryBean, BundleFactoryBean, OsgiMultiServiceProxyFactoryBean, OsgiServiceFactoryBean, OsgiSingleServiceProxyFactoryBean, VirtualBundleFactoryBean

public interface BundleContextAware

Interface that enables beans to find the bundle context they are defined in. Note that in most circumstances there is no need for a bean to implement this interface.

Since:
2.0
Author:
Adrian Colyer

Method Summary
 void setBundleContext(BundleContext context)
           
 

Method Detail

setBundleContext

void setBundleContext(BundleContext context)


Copyright © 2006-2007 Spring Framework. All Rights Reserved.