UML Diagrams Zicomi Systems publishes some UML example diagrams online from the world famous UML dictionary. more...
Version 2.5 Released Zicomi Systems is delighted to announce that version 2.5 of Zicomi Mentor is released. With support for UML 2.0 and all thirteen UML diagrams more...
Zicomi Systems' Director speaks about the UML at Objects by Design - an informative interview more...
Partner Programme Zicom Systems is delighted to announce a new world wide partner programme, become a partner today. more...
OMG Member Zicom Systems is made a member of the OMG!
Synchronous Message
A synchronous message is a message that pauses the flow of execution within the calling instance. The instance waits until the message is returned.
Explanation
A message that is sent synchronously assumes that the receiver is ready and listening and the caller waits for the completion of the operation and the return. It does not continue with the next steps in its execution until the receipt of a return.
A return message is related to a synchronous message as it explicitly represents the return of the synchronous message. The instance that sent the synchronous message resumes the next step in its execution upon the receipt of the return message.
An activation is related to a synchronous message as the activation or focus of control (as it is sometimes called) continues until the receipt of the return message. It represents the time that the instance has paused its execution waiting for the return message.