org.apache.geronimo.blueprint.container
Class BlueprintExtender
java.lang.Object
org.apache.geronimo.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
TODO: javadoc
- Version:
- $Rev: 760378 $, $Date: 2009-03-31 11:31:38 +0200 (Tue, 31 Mar 2009) $
- Author:
- Apache Geronimo Project
|
Method Summary |
void |
bundleChanged(org.osgi.framework.BundleEvent event)
|
void |
start(org.osgi.framework.BundleContext context)
|
void |
stop(org.osgi.framework.BundleContext context)
|
| 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 context)
- 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
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.