org.jboss.netty.container.osgi
Class NettyBundleActivator
java.lang.Object
org.jboss.netty.container.osgi.NettyBundleActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class NettyBundleActivator
- extends Object
- implements org.osgi.framework.BundleActivator
An OSGi BundleActivator
that configures logging.
- Version:
- $Rev: 2231 $, $Date: 2010-03-31 12:20:47 +0900 (Wed, 31 Mar 2010) $
- Author:
- The Netty Project, Trustin Lee
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 |
NettyBundleActivator
public NettyBundleActivator()
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 © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.