[jboss-svn-commits] JBL Code SVN: r25385 - in labs/jbosstm/trunk/XTS/WS-T/dev: src11/com/arjuna/wst11/messaging/engines and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 23 10:04:47 EST 2009


Author: adinn
Date: 2009-02-23 10:04:47 -0500 (Mon, 23 Feb 2009)
New Revision: 25385

Modified:
   labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/CoordinatorCompletionParticipantEngine.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/ParticipantCompletionParticipantEngine.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/CoordinatorCompletionParticipantEngine.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/ParticipantCompletionParticipantEngine.java
Log:
added accessor to help recovery testing

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/CoordinatorCompletionParticipantEngine.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/CoordinatorCompletionParticipantEngine.java	2009-02-23 14:53:30 UTC (rev 25384)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/CoordinatorCompletionParticipantEngine.java	2009-02-23 15:04:47 UTC (rev 25385)
@@ -963,6 +963,15 @@
     }
     
     /**
+     * check whether this participant's details have been recovered from the log
+     * @return true if the participant is recovered otherwise false
+     */
+    public boolean isRecovered()
+    {
+        return recovered;
+    }
+
+    /**
      * Change the state and notify any listeners.
      * @param state The new state.
      */

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/ParticipantCompletionParticipantEngine.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/ParticipantCompletionParticipantEngine.java	2009-02-23 14:53:30 UTC (rev 25384)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/ParticipantCompletionParticipantEngine.java	2009-02-23 15:04:47 UTC (rev 25385)
@@ -900,6 +900,15 @@
     }
     
     /**
+     * check whether this participant's details have been recovered from the log
+     * @return true if the participant is recovered otherwise false
+     */
+    public boolean isRecovered()
+    {
+        return recovered;
+    }
+
+    /**
      * Change the state and notify any listeners.
      * @param state The new state.
      */

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/CoordinatorCompletionParticipantEngine.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/CoordinatorCompletionParticipantEngine.java	2009-02-23 14:53:30 UTC (rev 25384)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/CoordinatorCompletionParticipantEngine.java	2009-02-23 15:04:47 UTC (rev 25385)
@@ -1098,6 +1098,15 @@
     }
 
     /**
+     * check whether this participant's details have been recovered from the log
+     * @return true if the participant is recovered otherwise false
+     */
+    public boolean isRecovered()
+    {
+        return recovered;
+    }
+
+    /**
      * Change the state and notify any listeners.
      * @param state The new state.
      */

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/ParticipantCompletionParticipantEngine.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/ParticipantCompletionParticipantEngine.java	2009-02-23 14:53:30 UTC (rev 25384)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/ParticipantCompletionParticipantEngine.java	2009-02-23 15:04:47 UTC (rev 25385)
@@ -1009,6 +1009,15 @@
     }
 
     /**
+     * check whether this participant's details have been recovered from the log
+     * @return true if the participant is recovered otherwise false
+     */
+    public boolean isRecovered()
+    {
+        return recovered;
+    }
+
+    /**
      * Change the state and notify any listeners.
      * @param state The new state.
      */




More information about the jboss-svn-commits mailing list