[jboss-remoting-commits] JBoss Remoting SVN: r5220 - remoting2/branches/2.x/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu May 14 22:49:58 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-14 22:49:58 -0400 (Thu, 14 May 2009)
New Revision: 5220

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1132: Introduced "useClientConnectionIdentity".

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java	2009-05-15 02:46:42 UTC (rev 5219)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java	2009-05-15 02:49:58 UTC (rev 5220)
@@ -112,4 +112,12 @@
     * well as the configuration map when creating a SocketFactory.
     */
    public static final String USE_ALL_SOCKET_FACTORY_PARAMS = "useAllSocketFactoryParams";
+
+   /**
+    * Flags indicating that connection monitoring should treat a connection as being defined
+    * by one or two of its endpoints.  I.e., if a [client invoker or] server invoker stops and restarts, then
+    * all connections it participated in are now gone.
+    */
+   public static final String USE_CLIENT_CONNECTION_IDENTITY = "useClientConnectionIdentity";
+//   public static final String USE_SERVER_CONNECTION_IDENTITY = "useServerConnectionIdentity";
 }




More information about the jboss-remoting-commits mailing list