[jboss-cvs] JBoss Messaging SVN: r7601 - trunk/src/main/org/jboss/messaging/core/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 22 07:58:52 EDT 2009


Author: jmesnil
Date: 2009-07-22 07:58:52 -0400 (Wed, 22 Jul 2009)
New Revision: 7601

Modified:
   trunk/src/main/org/jboss/messaging/core/remoting/FailureListener.java
Log:
javadoc...

Modified: trunk/src/main/org/jboss/messaging/core/remoting/FailureListener.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/remoting/FailureListener.java	2009-07-21 22:55:09 UTC (rev 7600)
+++ trunk/src/main/org/jboss/messaging/core/remoting/FailureListener.java	2009-07-22 11:58:52 UTC (rev 7601)
@@ -34,5 +34,8 @@
  */
 public interface FailureListener
 {
+   /**
+    * @return <code>false</code> to stop calling subsequent failure listeners
+    */
    boolean connectionFailed(MessagingException me);
 }




More information about the jboss-cvs-commits mailing list