Author: ron.sigal(a)jboss.com
Date: 2010-07-29 16:09:46 -0400 (Thu, 29 Jul 2010)
New Revision: 5933
Modified:
remoting2/tags/2.5.2.SP2/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1238: Added LEASE_CREATION_TIMEOUT.
Modified: remoting2/tags/2.5.2.SP2/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/tags/2.5.2.SP2/src/main/org/jboss/remoting/Remoting.java 2010-07-26 20:31:53
UTC (rev 5932)
+++ remoting2/tags/2.5.2.SP2/src/main/org/jboss/remoting/Remoting.java 2010-07-29 20:09:46
UTC (rev 5933)
@@ -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