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
.
方法摘要 |
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