[jboss-cvs] JBossAS SVN: r69257 - projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/interfaces.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 23 18:53:33 EST 2008


Author: galder.zamarreno at jboss.com
Date: 2008-01-23 18:53:33 -0500 (Wed, 23 Jan 2008)
New Revision: 69257

Modified:
   projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/interfaces/DistributedReplicantManager.java
Log:
[JBAS-5155] Javadoc finalized.

Modified: projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/interfaces/DistributedReplicantManager.java
===================================================================
--- projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/interfaces/DistributedReplicantManager.java	2008-01-23 23:38:15 UTC (rev 69256)
+++ projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/interfaces/DistributedReplicantManager.java	2008-01-23 23:53:33 UTC (rev 69257)
@@ -36,6 +36,7 @@
  * 
  *   @author  <a href="mailto:bill at burkecentral.com">Bill Burke</a>.
  *   @author  <a href="mailto:sacha.labourey at cogito-info.ch">Sacha Labourey</a>.
+ *   @author  <a href="mailto:galder.zamarreno at jboss.com">Galder Zamarreno</a>
  *   @version $Revision$
  *
  * <p><b>Revisions:</b><br>
@@ -121,11 +122,12 @@
     * @return A list of the node names of cluster nodes that have made available
     *         a replicant for the given key. This list will be in the same 
     *         order in all nodes in the cluster.
-    * @deprecated use lookupReplicantsNodes(key) instead, 
-    *             calling ClusterNode.getName().
+    * @deprecated Replaced by {@link #lookupReplicantsNodes(String)} that 
+    *             returns a List of ClusterNode. Call 
+    *             {@link ClusterNode.#getName()} on List entries to get same 
+    *             behaivour. 
     */
-   @Deprecated
-   public List lookupReplicantsNodeNames(String key);
+   @Deprecated public List lookupReplicantsNodeNames(String key);
    
    /**
     * Return a list of all replicants nodes.




More information about the jboss-cvs-commits mailing list