chamikara 2005/01/10 14:59:04
Modified: sandesha/src/org/apache/sandesha/client
ClientStorageManager.java
Log:
some small changes
Revision Changes Path
1.13 +2 -2
ws-fx/sandesha/src/org/apache/sandesha/client/ClientStorageManager.java
Index: ClientStorageManager.java
===================================================================
RCS file:
/home/cvs/ws-fx/sandesha/src/org/apache/sandesha/client/ClientStorageManager.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ClientStorageManager.java 10 Jan 2005 12:18:50 -0000 1.12
+++ ClientStorageManager.java 10 Jan 2005 22:59:03 -0000 1.13
@@ -325,7 +325,7 @@
//Sets the property responseReceived of the request message
//corresponding to this response message.
private void setResponseReceived(RMMessageContext responseMsg){
- // accessor.setResponseReceived(responseMsg);
+ accessor.setResponseReceived(responseMsg);
}
public RMMessageContext checkForResponseMessage(String sequenceId,String
requestMsgId){
@@ -361,7 +361,7 @@
* @see
org.apache.sandesha.IStorageManager#insertTerminateSeqMessage(org.apache.sandesha.RMMessageContext)
*/
public void insertTerminateSeqMessage(RMMessageContext
terminateSeqMessage) {
- // accessor.addLowPriorityMessage(terminateSeqMessage);
+ accessor.addLowPriorityMessage(terminateSeqMessage);
}