[jboss-remoting-commits] JBoss Remoting SVN: r5172 - remoting2/branches/2.2/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun May 10 01:48:27 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-10 01:48:27 -0400 (Sun, 10 May 2009)
New Revision: 5172

Modified:
   remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1128: Added "useClientConnectionIdentity".

Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java	2009-05-10 05:46:17 UTC (rev 5171)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java	2009-05-10 05:48:27 UTC (rev 5172)
@@ -82,4 +82,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