Author: ron.sigal(a)jboss.com
Date: 2010-07-29 16:12:38 -0400 (Thu, 29 Jul 2010)
New Revision: 5935
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1238: Added LEASE_CREATION_TIMEOUT.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java 2010-07-29 20:11:47
UTC (rev 5934)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java 2010-07-29 20:12:38
UTC (rev 5935)
@@ -127,5 +127,10 @@
* will be taken only from the InvokerLocator.
*/
public static final String PASS_CONFIG_MAP_TO_MARSHAL_FACTORY =
"passConfigMapToMarshalFactory";
+
+ /**
+ * A flag for determining the timeout to use for the lease creation invocation.
+ */
+ public static final String LEASE_CREATION_TIMEOUT= "leaseCreationTimeout";
}
Show replies by date