org.jboss.netty.container.osgi
类 NettyBundleActivator

java.lang.Object
  继承者 org.jboss.netty.container.osgi.NettyBundleActivator
所有已实现的接口:
org.osgi.framework.BundleActivator

public class NettyBundleActivator
extends java.lang.Object
implements org.osgi.framework.BundleActivator

一个配置日志的OSGIBundleActivator.


构造方法摘要
NettyBundleActivator()
           
 
方法摘要
 void start(org.osgi.framework.BundleContext ctx)
           
 void stop(org.osgi.framework.BundleContext ctx)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NettyBundleActivator

public NettyBundleActivator()
方法详细信息

start

public void start(org.osgi.framework.BundleContext ctx)
           throws java.lang.Exception
指定者:
接口 org.osgi.framework.BundleActivator 中的 start
抛出:
java.lang.Exception

stop

public void stop(org.osgi.framework.BundleContext ctx)
          throws java.lang.Exception
指定者:
接口 org.osgi.framework.BundleActivator 中的 stop
抛出:
java.lang.Exception