Author: ron.sigal(a)jboss.com
Date: 2010-07-31 09:41:18 -0400 (Sat, 31 Jul 2010)
New Revision: 5942
Modified:
remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1238: Added LEASE_CREATION_TIMEOUT.
Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java 2010-07-31 13:10:48
UTC (rev 5941)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java 2010-07-31 13:41:18
UTC (rev 5942)
@@ -106,4 +106,9 @@
* 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