[jboss-cvs] JBossAS SVN: r73754 - trunk/cluster/src/main/org/jboss/ha/singleton.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 28 17:29:55 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-05-28 17:29:55 -0400 (Wed, 28 May 2008)
New Revision: 73754

Modified:
   trunk/cluster/src/main/org/jboss/ha/singleton/HASingletonController.java
Log:
Minor javadoc

Modified: trunk/cluster/src/main/org/jboss/ha/singleton/HASingletonController.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/singleton/HASingletonController.java	2008-05-28 19:12:15 UTC (rev 73753)
+++ trunk/cluster/src/main/org/jboss/ha/singleton/HASingletonController.java	2008-05-28 21:29:55 UTC (rev 73754)
@@ -32,16 +32,13 @@
 
 /**
  * A clustered singleton service that calls a configurable
- * method on a target mbean, whenever the current node becomes
- * the master. Correspondigly, it calls a configurable method
- * on the target mbean, whenever the current node resigns from
+ * method on a target (m)bean, whenever the current node becomes
+ * the master. Correspondingly, it calls a configurable method
+ * on the target (m)bean, whenever the current node resigns from
  * being the master.
  * 
  * Optional string arguments may be passed to those methods.
  * 
- * The prevailing usage of this MBean is to deploy on the
- * master node the content of the deploy-hasingleton directory.
- * 
  * @author <a href="mailto:ivelin at apache.org">Ivelin Ivanov</a>
  * @author <a href="mailto:scott.stark at jboss.org">Scott Stark</a>
  * @author <a href="mailto:mr at gedoplan.de">Marcus Redeker</a>




More information about the jboss-cvs-commits mailing list