[hornetq-commits] JBoss hornetq SVN: r11164 - branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/persistence.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 9 09:02:46 EDT 2011


Author: borges
Date: 2011-08-09 09:02:46 -0400 (Tue, 09 Aug 2011)
New Revision: 11164

Modified:
   branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/persistence/StorageManager.java
Log:
HORNETQ-720 Document new interface method

Modified: branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/persistence/StorageManager.java
===================================================================
--- branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/persistence/StorageManager.java	2011-08-09 10:32:37 UTC (rev 11163)
+++ branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/persistence/StorageManager.java	2011-08-09 13:02:46 UTC (rev 11164)
@@ -24,6 +24,7 @@
 import org.hornetq.core.journal.IOAsyncTask;
 import org.hornetq.core.journal.Journal;
 import org.hornetq.core.journal.JournalLoadInformation;
+import org.hornetq.core.journal.SequentialFileFactory;
 import org.hornetq.core.message.impl.MessageInternal;
 import org.hornetq.core.paging.PageTransactionInfo;
 import org.hornetq.core.paging.PagedMessage;
@@ -223,7 +224,8 @@
    long storePageCounterInc(long queueID, int add) throws Exception;
 
    /**
-    * @return
+    * @return {@code true} if the underlying {@link SequentialFileFactory} has callback support.
+    * @see SequentialFileFactory#isSupportsCallbacks()
     */
    boolean hasCallbackSupport();
 



More information about the hornetq-commits mailing list