org.jboss.netty.container.microcontainer
Class NettyResourceFactory

java.lang.Object
  extended by org.jboss.netty.container.microcontainer.NettyResourceFactory

public class NettyResourceFactory
extends Object

A factory bean that provides the common resources required by ChannelFactory implementations.

Version:
$Rev: 1685 $, $Date: 2009-08-28 16:15:49 +0900 (금, 28 8 2009) $
Author:
The Netty Project (netty-dev@lists.jboss.org), Trustin Lee (tlee@redhat.com)

Constructor Summary
NettyResourceFactory()
           
 
Method Summary
 void create()
           
 void destroy()
           
 Executor getChannelFactoryExecutor()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyResourceFactory

public NettyResourceFactory()
Method Detail

create

public void create()

start

public void start()

stop

public void stop()

destroy

public void destroy()

getChannelFactoryExecutor

public Executor getChannelFactoryExecutor()


Copyright © 2008-2009 JBoss, by Red Hat. All Rights Reserved.