[jboss-cvs] JBossAS SVN: r67625 - trunk/cluster/src/main/org/jboss/ha/framework/interfaces.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 29 14:59:46 EST 2007


Author: galder.zamarreno at jboss.com
Date: 2007-11-29 14:59:46 -0500 (Thu, 29 Nov 2007)
New Revision: 67625

Modified:
   trunk/cluster/src/main/org/jboss/ha/framework/interfaces/TransactionSticky.java
Log:
[JBAS-4455] Fixed javadocs.

Modified: trunk/cluster/src/main/org/jboss/ha/framework/interfaces/TransactionSticky.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/interfaces/TransactionSticky.java	2007-11-29 19:54:10 UTC (rev 67624)
+++ trunk/cluster/src/main/org/jboss/ha/framework/interfaces/TransactionSticky.java	2007-11-29 19:59:46 UTC (rev 67625)
@@ -25,10 +25,10 @@
 import org.jboss.logging.Logger;
 
 /**
- * Root transaction sticky load balance policy class who checks whether there's
- * sticky target associated with the invocation. If there is, it returns that
- * target otherwise, it'll delegate on the given load balance policy to choose 
- * a new target. 
+ * Root transaction sticky load balance policy class that checks whether there's
+ * a sticky target associated with the current invocation and based on that 
+ * returns the associated target or delegates to the given load balance policy 
+ * to choose a new target if there's no target associated with the invocation.
  * 
  * @author <a href="mailto:galder.zamarreno at jboss.com">Galder Zamarreno</a>
  */
@@ -90,7 +90,7 @@
    }
    
    /**
-    * Choses a new target based on RoundRobin load balance policy.
+    * Choses a new target based on delegate load balance policy.
     *
     * @param familyClusterInfo cluster family information
     * @param invocation current invocation




More information about the jboss-cvs-commits mailing list