[jboss-svn-commits] JBL Code SVN: r22814 - 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
Tue Sep 16 09:48:17 EDT 2008
Author: adinn
Date: 2008-09-16 09:48:17 -0400 (Tue, 16 Sep 2008)
New Revision: 22814
Modified:
labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/CoordinatorEngine.java
labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/CoordinatorEngine.java
Log:
exposed recovered property of coordinator engine via getter to allow test rules to discriminate cases
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/CoordinatorEngine.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/CoordinatorEngine.java 2008-09-16 13:46:06 UTC (rev 22813)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/engines/CoordinatorEngine.java 2008-09-16 13:48:17 UTC (rev 22814)
@@ -505,6 +505,15 @@
}
/**
+ * Is the participant recovered?
+ * @return true if recovered, false otherwise.
+ */
+ public boolean isRecovered()
+ {
+ return recovered ;
+ }
+
+ /**
* Was this a read only response?
* @return true if a read only response, false otherwise.
*/
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/CoordinatorEngine.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/CoordinatorEngine.java 2008-09-16 13:46:06 UTC (rev 22813)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/wst11/messaging/engines/CoordinatorEngine.java 2008-09-16 13:48:17 UTC (rev 22814)
@@ -472,6 +472,15 @@
}
/**
+ * Is the participant recovered?
+ * @return true if recovered, false otherwise.
+ */
+ public boolean isRecovered()
+ {
+ return recovered ;
+ }
+
+ /**
* Was this a read only response?
* @return true if a read only response, false otherwise.
*/
More information about the jboss-svn-commits
mailing list