Package org.slf4j.osgi.logservice.impl
Class Activator
java.lang.Object
org.slf4j.osgi.logservice.impl.Activator
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
Activator implements a simple bundle that registers a
LogServiceFactory for the creation of LogService implementations.- Author:
- John Conlon, Matt Bishop
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Activator
public Activator()
-
-
Method Details
-
start
ImplementsBundleActivator.start()to register a LogServiceFactory.- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Parameters:
bundleContext- the framework context for the bundle- Throws:
Exception
-
stop
ImplementsBundleActivator.stop().- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Parameters:
bundleContext- the framework context for the bundle- Throws:
Exception
-