org.apache.aries.blueprint.container
Class BlueprintExtender
java.lang.Object
org.apache.aries.blueprint.container.BlueprintExtender
- All Implemented Interfaces:
- EventListener, org.osgi.framework.BundleActivator, org.osgi.framework.BundleListener, org.osgi.framework.SynchronousBundleListener
public class BlueprintExtender
- extends Object
- implements org.osgi.framework.BundleActivator, org.osgi.framework.SynchronousBundleListener
This is the blueprint extender that listens to blueprint bundles.
- Version:
- $Rev: 1205865 $, $Date: 2011-11-24 15:07:49 +0000 (Thu, 24 Nov 2011) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlueprintExtender
public BlueprintExtender()
start
public void start(org.osgi.framework.BundleContext ctx)
- Specified by:
start
in interface org.osgi.framework.BundleActivator
stop
public void stop(org.osgi.framework.BundleContext context)
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent event)
- Specified by:
bundleChanged
in interface org.osgi.framework.BundleListener
getBlueprintContainerImpl
protected BlueprintContainerImpl getBlueprintContainerImpl(org.osgi.framework.Bundle bundle)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.