[hornetq-commits] JBoss hornetq SVN: r8020 - trunk/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 1 03:57:17 EDT 2009


Author: jmesnil
Date: 2009-10-01 03:57:16 -0400 (Thu, 01 Oct 2009)
New Revision: 8020

Modified:
   trunk/docs/user-manual/en/management.xml
Log:
HORNETQ-33: Record list of heuristically committed/rolledback transaction branches

* documented management methods to list heuristically completed transactions

Modified: trunk/docs/user-manual/en/management.xml
===================================================================
--- trunk/docs/user-manual/en/management.xml	2009-10-01 07:47:34 UTC (rev 8019)
+++ trunk/docs/user-manual/en/management.xml	2009-10-01 07:57:16 UTC (rev 8020)
@@ -106,7 +106,9 @@
                      Strings.) To commit or rollback a given prepared transaction, the <literal
                         >commitPreparedTransaction</literal>() or <literal
                         >rollbackPreparedTransaction()</literal> method can be used to resolve
-                     heuristic transactions.</para>
+                     heuristic transactions. Heuristically completed transactions can be listed using 
+                     the <literal>listHeuristicCommittedTransactions()</literal> and 
+                     <literal>listHeuristicRolledBackTransactions</literal> methods.</para>
                </listitem>
                <listitem>
                   <para>Enabling and resetting Message counters</para>



More information about the hornetq-commits mailing list