andres marti
2013-12-10 17:26:10 UTC
Hi,
I have a tricky doubt about the class AchieveREResponder. The documentation says that when the method "handleRequest" returns an AGREE message, the method "prepareResultNotification" is called later. I guess that the combined execution of these two methods is not atomic. Is is atomic?
I need to know it because, in my case, after replying with an AGREE message to the initiators, the method "prepareResultNotification" only can complete its work when other messages have been received, so that the combination of "handleRequest" and "prepareResultNotification" cannot behave as an atomic unit.
Any help is appreciated. Regards,
Andres Marti.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20131210/27a5af41/attachment.html>
I have a tricky doubt about the class AchieveREResponder. The documentation says that when the method "handleRequest" returns an AGREE message, the method "prepareResultNotification" is called later. I guess that the combined execution of these two methods is not atomic. Is is atomic?
I need to know it because, in my case, after replying with an AGREE message to the initiators, the method "prepareResultNotification" only can complete its work when other messages have been received, so that the combination of "handleRequest" and "prepareResultNotification" cannot behave as an atomic unit.
Any help is appreciated. Regards,
Andres Marti.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20131210/27a5af41/attachment.html>