This commit is contained in:
Trustin Lee 2009-06-18 09:13:08 +00:00
parent fe025091a7
commit bf6bc95c63
3 changed files with 11 additions and 0 deletions

View File

@ -25,12 +25,16 @@ package org.jboss.netty.container.microcontainer;
import java.util.concurrent.Executor;
import java.util.concurrent.Executors;
import org.jboss.netty.channel.ChannelFactory;
import org.jboss.netty.logging.InternalLoggerFactory;
import org.jboss.netty.logging.JBossLoggerFactory;
import org.jboss.netty.util.internal.ExecutorUtil;
import org.jboss.netty.util.internal.UnterminatableExecutor;
/**
* A factory bean that provides the common resources required by
* {@link ChannelFactory} implementations.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$

View File

@ -50,6 +50,9 @@ import org.osgi.framework.BundleContext;
import org.osgi.framework.ServiceRegistration;
/**
* An OSGi {@link BundleActivator} that configures logging and registered
* all {@link ChannelFactory} implementations as OSGi services.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$

View File

@ -25,6 +25,7 @@ package org.jboss.netty.container.spring;
import java.util.concurrent.Executor;
import java.util.concurrent.Executors;
import org.jboss.netty.channel.ChannelFactory;
import org.jboss.netty.logging.CommonsLoggerFactory;
import org.jboss.netty.logging.InternalLoggerFactory;
import org.jboss.netty.util.internal.ExecutorUtil;
@ -33,6 +34,9 @@ import org.springframework.beans.factory.DisposableBean;
import org.springframework.beans.factory.InitializingBean;
/**
* A factory bean that provides the common resources required by
* {@link ChannelFactory} implementations.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$