org.eclipse.gemini.blueprint.extender.internal.activator
Class LoggingActivator

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

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

Simply writes status convenient status information to the log.

Author:
Olaf Otto

Constructor Summary
LoggingActivator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext extenderBundleContext)
           
 void stop(org.osgi.framework.BundleContext extenderBundleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingActivator

public LoggingActivator()
Method Detail

start

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

stop

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


Copyright © 2006-2013. All Rights Reserved.