|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
void |
setBundleContext(BundleContext bundleContext)
Set the BundleContext that this bean runs in. |
Method Detail |
---|
void setBundleContext(BundleContext bundleContext)
BundleContext
that this bean runs in. Normally this can
be used to initialize an object.
bundleContext
- the BundleContext
object to be used
by this object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |