org.ow2.jasmine.jade.fractal.julia.control.osgi
Class BasicOSGiContextControllerMixin
java.lang.Object
org.ow2.jasmine.jade.fractal.julia.control.osgi.BasicOSGiContextControllerMixin
- All Implemented Interfaces:
- OSGiContextController
public class BasicOSGiContextControllerMixin
- extends java.lang.Object
- implements OSGiContextController
Provide a basic implementation of the
OSGiContextController interface.
- Author:
- Julien Legrand
|
Field Summary |
org.osgi.framework.BundleContext |
bundleCtx
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bundleCtx
public org.osgi.framework.BundleContext bundleCtx
BasicOSGiContextControllerMixin
public BasicOSGiContextControllerMixin()
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext ctx)
- Specified by:
setBundleContext in interface OSGiContextController
getBundleContext
public org.osgi.framework.BundleContext getBundleContext()
- Specified by:
getBundleContext in interface OSGiContextController
- Returns:
addBundleId
public void addBundleId(org.objectweb.fractal.api.Component component,
long bundleId)
- Specified by:
addBundleId in interface OSGiContextController
getBundleId
public long getBundleId(org.objectweb.fractal.api.Component component)
- Specified by:
getBundleId in interface OSGiContextController
- Returns:
Copyright © 2008 OW2 Consortium. All Rights Reserved.