org.ow2.jasmine.jade.fractal.julia.control.osgi
Class BasicOSGiContextControllerMixin

java.lang.Object
  extended by 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
           
 
Constructor Summary
BasicOSGiContextControllerMixin()
           
 
Method Summary
 void addBundleId(org.objectweb.fractal.api.Component component, long bundleId)
           
 org.osgi.framework.BundleContext getBundleContext()
           
 long getBundleId(org.objectweb.fractal.api.Component component)
           
 void setBundleContext(org.osgi.framework.BundleContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundleCtx

public org.osgi.framework.BundleContext bundleCtx
Constructor Detail

BasicOSGiContextControllerMixin

public BasicOSGiContextControllerMixin()
Method Detail

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.