Author: ron.sigal(a)jboss.com
Date: 2009-01-17 23:13:28 -0500 (Sat, 17 Jan 2009)
New Revision: 4827
Modified:
remoting2/branches/2.2/src/main/org/jboss/remoting/Client.java
Log:
JBREM-1082, JBREM-1084: Added USE_ALL_PARAMS parameter key.
Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/Client.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/Client.java 2009-01-16 21:10:57 UTC
(rev 4826)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/Client.java 2009-01-18 04:13:28 UTC
(rev 4827)
@@ -152,6 +152,11 @@
public static final int DEFAULT_DISCONNECT_TIMEOUT = -1;
public static final String THROW_CALLBACK_EXCEPTION =
"throwCallbackException";
+
+ /** The key to use to specify that parameters for objects created by Client should be
taken,
+ * in addition to the metadata map, from the InvokerLocator and from the Client's
configuration map.
+ */
+ public static final String USE_ALL_PARAMS = "useAllParams";
private static final Logger log = Logger.getLogger(Client.class);
Show replies by date