public class NettyBundleActivator
extends java.lang.Object
implements org.osgi.framework.BundleActivator
BundleActivator that configures logging.| Modifier and Type | Field and Description |
|---|---|
private OsgiLoggerFactory |
loggerFactory |
| Constructor and Description |
|---|
NettyBundleActivator() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(org.osgi.framework.BundleContext ctx) |
void |
stop(org.osgi.framework.BundleContext ctx) |
private OsgiLoggerFactory loggerFactory
public void start(org.osgi.framework.BundleContext ctx)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorjava.lang.Exceptionpublic void stop(org.osgi.framework.BundleContext ctx)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorjava.lang.Exception