[jboss-svn-commits] JBL Code SVN: r35441 - labs/jbosstm/trunk/XTS/docs/Transactions_XTS_Programmers_Guide/en-US/extras.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 5 19:06:55 EDT 2010


Author: misty at redhat.com
Date: 2010-10-05 19:06:55 -0400 (Tue, 05 Oct 2010)
New Revision: 35441

Removed:
   labs/jbosstm/trunk/XTS/docs/Transactions_XTS_Programmers_Guide/en-US/extras/#example-XTSBARecoveryModule.java#
Log:
Deleting temporary files added by mistake

Deleted: labs/jbosstm/trunk/XTS/docs/Transactions_XTS_Programmers_Guide/en-US/extras/#example-XTSBARecoveryModule.java#
===================================================================
--- labs/jbosstm/trunk/XTS/docs/Transactions_XTS_Programmers_Guide/en-US/extras/#example-XTSBARecoveryModule.java#	2010-10-05 23:06:25 UTC (rev 35440)
+++ labs/jbosstm/trunk/XTS/docs/Transactions_XTS_Programmers_Guide/en-US/extras/#example-XTSBARecoveryModule.java#	2010-10-05 23:06:55 UTC (rev 35441)
@@ -1,29 +0,0 @@
-+public interface XTSBARecoveryModule
-  {
-      public BusinessAgreementWithParticipantCompletionParticipant
-          deserializeParticipantCompletionParticipant(String id,
-@@ -16,4 +16,5 @@
-          recreateCoordinatorCompletionParticipant(String id,
-                                                   byte[] recoveryState)
-          throws Exception;
-+    public void endScan();
-  }
-public interface XTSATRecoveryModule
-{
-    public BusinessAgreementWithParticipantCompletionParticipant
-	deserializeParticipantCompletionParticipant(String id,
-						    ObjectInputStream stream)
-	throws Exception;
-    public BusinessAgreementWithParticipantCompletionParticipant
-	recreateParticipantCompletionParticipant(String id,
-						 byte[] recoveryState)
-	throws Exception;
-    public BusinessAgreementWithCoordinatorCompletionParticipant
-	deserializeCoordinatorCompletionParticipant(String id,
-						    ObjectInputStream stream)
-	throws Exception;
-    public BusinessAgreementWithCoordinatorCompletionParticipant
-	recreateCoordinatorCompletionParticipant(String id,
-						 byte[] recoveryState)
-	throws Exception;
-}



More information about the jboss-svn-commits mailing list