org.jboss.messaging.core.remoting.impl.invm
Class InVMAcceptorFactory

java.lang.Object
  extended by org.jboss.messaging.core.remoting.impl.invm.InVMAcceptorFactory
All Implemented Interfaces:
AcceptorFactory

public class InVMAcceptorFactory
extends java.lang.Object
implements AcceptorFactory

A InVMAcceptorFactory

Author:
Tim Fox

Constructor Summary
InVMAcceptorFactory()
           
 
Method Summary
 Acceptor createAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InVMAcceptorFactory

public InVMAcceptorFactory()
Method Detail

createAcceptor

public Acceptor createAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration,
                               BufferHandler handler,
                               ConnectionLifeCycleListener listener,
                               java.util.concurrent.Executor threadPool)
Specified by:
createAcceptor in interface AcceptorFactory


Copyright © 2006 JBoss Inc. All Rights Reserved.