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

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

public class InVMConnectorFactory
extends java.lang.Object
implements ConnectorFactory

A InVMConnectorFactory

Author:
Tim Fox

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

Constructor Detail

InVMConnectorFactory

public InVMConnectorFactory()
Method Detail

createConnector

public Connector createConnector(java.util.Map<java.lang.String,java.lang.Object> configuration,
                                 BufferHandler handler,
                                 ConnectionLifeCycleListener listener,
                                 java.util.concurrent.Executor threadPool,
                                 java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
Specified by:
createConnector in interface ConnectorFactory


Copyright © 2006 JBoss Inc. All Rights Reserved.