ch.mimo.netty.icap.container.osgi
Class NettyIcapBundleActivator

java.lang.Object
  extended by ch.mimo.netty.icap.container.osgi.NettyIcapBundleActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

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

OSGI bundle activator. It will set the osgi logging factory.

Author:
Michael Mimo Moratti (mimo@mimo.ch)

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

Constructor Detail

NettyIcapBundleActivator

public NettyIcapBundleActivator()
Method Detail

start

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

stop

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


Copyright © 2011. All Rights Reserved.