[jboss-svn-commits] JBL Code SVN: r33509 - labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/addressing/eprs.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jun 15 09:47:26 EDT 2010


Author: mageshbk at jboss.com
Date: 2010-06-15 09:47:25 -0400 (Tue, 15 Jun 2010)
New Revision: 33509

Modified:
   labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/addressing/eprs/JMSEpr.java
Log:
[JBESB-3291] - Fixed API doc's description of messageSelector


Modified: labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/addressing/eprs/JMSEpr.java
===================================================================
--- labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/addressing/eprs/JMSEpr.java	2010-06-15 13:14:05 UTC (rev 33508)
+++ labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/addressing/eprs/JMSEpr.java	2010-06-15 13:47:25 UTC (rev 33509)
@@ -289,7 +289,7 @@
 	 * @param environment
 	 *            reference to the jndi properties
 	 * @param messageSelector
-	 *            reference to the connection factory.
+	 *            the selector to filter the messages on.
 	 */
 
 	public JMSEpr(String destinationType, String destinationName,
@@ -313,7 +313,7 @@
 	 * @param environment
 	 *            reference to the jndi properties
 	 * @param messageSelector
-	 *            reference to the connection factory.
+	 *            the selector to filter the messages on.
 	 */
 	
 	public JMSEpr(String protocol, String destinationType,
@@ -337,7 +337,7 @@
 	 * @param environment
 	 *            reference to the jndi properties
 	 * @param messageSelector
-	 *            reference to the connection factory.
+	 *            the selector to filter the messages on.
 	 * @param peristent
 	 *            true if messages should be sent persistently
 	 */
@@ -362,7 +362,7 @@
 	 * @param environment
 	 *            reference to the jndi properties
 	 * @param messageSelector
-	 *            reference to the connection factory.
+	 *            the selector to filter the messages on.
 	 * @param peristent
 	 *            true if messages should be sent persistently
 	 */
@@ -388,7 +388,7 @@
 	 * @param environment
 	 *            reference to the jndi properties
 	 * @param messageSelector
-	 *            reference to the connection factory.
+	 *            the selector to filter the messages on.
 	 * @param peristent
 	 *            true if messages should be sent persistently
 	 * @param acknowledgeModeStr
@@ -419,7 +419,7 @@
 	 * @param environment
 	 *            reference to the jndi properties
 	 * @param messageSelector
-	 *            reference to the connection factory.
+	 *            the selector to filter the messages on.
 	 * @param peristent
 	 *            true if messages should be sent persistently
 	 * @param acknowledgeModeStr
@@ -447,7 +447,7 @@
 	 * @param environment
 	 *            reference to the jndi properties
 	 * @param messageSelector
-	 *            reference to the connection factory.
+	 *            the selector to filter the messages on.
 	 * @param peristent
 	 *            true if messages should be sent persistently
 	 * @param acknowledgeModeStr
@@ -481,7 +481,7 @@
 	 * @param environment
 	 *            reference to the jndi properties
 	 * @param messageSelector
-	 *            reference to the connection factory.
+	 *            the selector to filter the messages on.
 	 * @param peristent
 	 *            true if messages should be sent persistently
 	 * @param acknowledgeModeStr



More information about the jboss-svn-commits mailing list