[jboss-cvs] JBoss Messaging SVN: r3536 - trunk/src/main/org/jboss/messaging/core/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 4 09:04:22 EST 2008


Author: jmesnil
Date: 2008-01-04 09:04:22 -0500 (Fri, 04 Jan 2008)
New Revision: 3536

Modified:
   trunk/src/main/org/jboss/messaging/core/remoting/ConnectorRegistrySingleton.java
Log:
* javadoc

Modified: trunk/src/main/org/jboss/messaging/core/remoting/ConnectorRegistrySingleton.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/remoting/ConnectorRegistrySingleton.java	2008-01-04 13:42:01 UTC (rev 3535)
+++ trunk/src/main/org/jboss/messaging/core/remoting/ConnectorRegistrySingleton.java	2008-01-04 14:04:22 UTC (rev 3536)
@@ -22,6 +22,11 @@
 
    // Static --------------------------------------------------------
 
+   /**
+    * This singleton is used to get NIOConnectors.
+    * It also check if the server locator has been locally registered so that the client
+    * can use an in-vm connection to the server directly and skip the network.
+    */
    public static final ConnectorRegistry REGISTRY = new ConnectorRegistryImpl();
    
    // Constructors --------------------------------------------------




More information about the jboss-cvs-commits mailing list