Presumably the first message that is sent/received needs to be specified as an asynchronous message, so that there is no expectation of a return value. How you then implement this will depend on what asynchronous mechanisms you have available in your application.
Having received the message, it can then call one of its own operations reflexively, send the message (is this synchronous or asynchronous?) and then 'stop'. Do you mean destroy itself? Simon ----------------------------------------------------- Simon Bennett, Systems Architect, GEHE AG Ext. 2406, (+44)(0)24 7643 2600 (Switchboard), (+44)(0)24 7643 2406 (Direct) > -----Original Message----- > From: Les Munday [mailto:[EMAIL PROTECTED]] > Sent: 02 May 2002 20:41 > To: [EMAIL PROTECTED] > Subject: (ROSE) Showing activity on a sequence diagram > > > > Here's my problem: I wish to show that an object (or actor) > receives a message performs an activity, sends a completed > message to another object (or actor) then stops. > > How do you show this on a sequence diagram with Rose? > > Les. > > ________________________________________________ > Get your own "800" number > Voicemail, fax, email, and a lot more > http://www.ureach.com/reg/tag > ************************************************************** > ********** > * Rose Forum is a public venue for ideas and discussions. > * For technical support, visit http://www.rational.com/support > * > * Post or Reply to: [EMAIL PROTECTED] > * Subscription Requests: [EMAIL PROTECTED] > * Archive of messages: > * http://www.rational.com/support/usergroups/rose/rose_forum.jsp > * Other Requests: [EMAIL PROTECTED] > * > * To unsubscribe from the list, please send email > * To: [EMAIL PROTECTED] > * Subject: <BLANK> > * Body: unsubscribe rose_forum > ************************************************************** > *********** > ************************************************************************ DISCLAIMER The information contained in this e-mail is confidential and is intended for the recipient only. If you have received it in error, please notify us immediately by reply e-mail and then delete it from your system. Please do not copy it or use it for any other purposes, or disclose the content of the e-mail to any other person or store or copy the information in any medium. The views contained in this e-mail are those of the author and not necessarily those of GEHE Group companies. ************************************************************************ ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
