org.ow2.util.log.impl.osgi
Class Activator
java.lang.Object
org.ow2.util.log.impl.osgi.Activator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class Activator
- extends Object
- implements org.osgi.framework.BundleActivator
Activator for register an implementation of the OSGi LogService.
- Author:
- Francois Fornaciari
|
Method Summary |
void |
start(org.osgi.framework.BundleContext bc)
Register the OSGi LogService. |
void |
stop(org.osgi.framework.BundleContext bc)
UNregister the OSGi LogService. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Activator
public Activator()
start
public void start(org.osgi.framework.BundleContext bc)
- Register the OSGi LogService.
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Parameters:
The - bundle context.
stop
public void stop(org.osgi.framework.BundleContext bc)
- UNregister the OSGi LogService.
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Parameters:
The - bundle context.
Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.