|
|
Re: How to find out that a message is delayed [message #923689 is a reply to message #921564] |
Wed, 26 September 2012 01:30  |
Eclipse User |
|
|
|
Note the attribute messageSort="asynchCall":
<message xmi:id="..." name="Message" messageSort="asynchCall" receiveEvent="..." sendEvent="..." signature="..."/>
From the spec (section 14.3.22):
Quote:MessageSort is an enumeration of the following values:
• synchCall - The message was generated by a synchronous call to an operation.
• asynchCall - The message was generated by an asynchronous call to an operation (i.e., a CallAction with
"isSynchronous = false").
• asynchSignal - The message was generated by an asynchronous send action.
• createMessage - The message designating the creation of another lifeline object.
• deleteMessage - The message designating the termination of another lifeline.
• reply - The message is a reply message to an operation call.
|
|
|
Powered by
FUDForum. Page generated in 0.28803 seconds