com.google.code.yanf4j.util
Class DispatcherFactory

java.lang.Object
  extended by com.google.code.yanf4j.util.DispatcherFactory

public class DispatcherFactory
extends java.lang.Object

Dispatcher Factory

Author:
dennis

Constructor Summary
DispatcherFactory()
           
 
Method Summary
static Dispatcher newDispatcher(int size, java.util.concurrent.RejectedExecutionHandler rejectedExecutionHandler, java.lang.String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatcherFactory

public DispatcherFactory()
Method Detail

newDispatcher

public static Dispatcher newDispatcher(int size,
                                       java.util.concurrent.RejectedExecutionHandler rejectedExecutionHandler,
                                       java.lang.String prefix)


Copyright © 2011. All Rights Reserved.