org.eclipse.gemini.blueprint.extender.internal.boot
Class ChainActivator

java.lang.Object
  extended by org.eclipse.gemini.blueprint.extender.internal.boot.ChainActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class ChainActivator
extends Object
implements org.osgi.framework.BundleActivator

Bundle activator that simply the lifecycle callbacks to other activators.

Author:
Costin Leau

Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
ChainActivator()
           
 
Method Summary
 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
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

ChainActivator

public ChainActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception


Copyright © 2006-2013. All Rights Reserved.