Hello,

If I've correctly understood your problem, your batch is scheduled and there
is no actor that starts your export process.

In that case, we can considered the actor of your Use Case is the scheduler.
For example, in such cases, we used to create a "Timer" actor which can
initiate the Use Case.

So, your Use Case can be described like that :

                O                        -------                          O
             -|-  ------------------> /       \ -------------------->  -|-
                /\                      \_______/                         /\

            Timer                    Export Data                   Other
System

Regards,
Laurent JOSEPH.


-----Original Message-----
From: Gopi Akula [mailto:[EMAIL PROTECTED]]
Sent: 01 February 2002 04:03
To: [EMAIL PROTECTED]
Subject: (ROSE) Identifying actor in usecase



Hi all,
In my application there is a batch process which picks up data from 
different tables in database and then creates a flat file and uploads the 
file to a different machine. This file is then used by a different 
application.
I am having a problem determining the actor,when I am creating a usecase for

the batch export process.

Is the second application an actor.but it is not interacting with my system 
directly.

please help?

Thanks in advance for the fast response.
Gopi



_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

************************************************************************
* 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
*************************************************************************
************************************************************************
* 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
*************************************************************************

Reply via email to