org.jboss.netty.container.spring
Class NettyResourceFactory

java.lang.Object
  extended by org.jboss.netty.container.spring.NettyResourceFactory
All Implemented Interfaces:
DisposableBean, InitializingBean

public class NettyResourceFactory
extends Object
implements InitializingBean, DisposableBean

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 afterPropertiesSet()
           
 void destroy()
           
 Executor getChannelFactoryExecutor()
           
 
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

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface InitializingBean

destroy

public void destroy()
Specified by:
destroy in interface DisposableBean

getChannelFactoryExecutor

public Executor getChannelFactoryExecutor()


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