org.jboss.messaging.core.remoting
Class ConnectorRegistrySingleton

java.lang.Object
  extended by org.jboss.messaging.core.remoting.ConnectorRegistrySingleton

public class ConnectorRegistrySingleton
extends java.lang.Object

Version:
$Revision$
Author:
Jeff Mesnil

Field Summary
static ConnectorRegistry REGISTRY
          This singleton is used to get NIOConnectors.
 
Constructor Summary
ConnectorRegistrySingleton()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGISTRY

public static final ConnectorRegistry REGISTRY
This singleton is used to get NIOConnectors. It also check if the RemotingConfiguration has been locally registered so that the client can use an in-vm connection to the server directly and skip the network.

Constructor Detail

ConnectorRegistrySingleton

public ConnectorRegistrySingleton()


Copyright © 2006 JBoss Inc. All Rights Reserved.