Author: ron.sigal(a)jboss.com
Date: 2010-12-15 18:07:30 -0500 (Wed, 15 Dec 2010)
New Revision: 6163
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1144: Added USE_SERVER_CONNECTION_IDENTITY and SERVER_ID.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java 2010-12-15 23:06:50
UTC (rev 6162)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java 2010-12-15 23:07:30
UTC (rev 6163)
@@ -119,7 +119,8 @@
* 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";
+ public static final String USE_SERVER_CONNECTION_IDENTITY =
"useServerConnectionIdentity";
+ public static final String SERVER_ID = "serverID";
/**
* A flag for indicating that the Client configuration map should be used to
configure
Show replies by date