Identification of Actors and Use cases Remote Procedure Caller

To identify the actor and use case in Remote Procedure Caller.
ACTOR :
1. Administrator.
2. Client.
USE CASES :
1. Granting a Connection.
2. List the Client Connection.
3. Show the Connection Details.
4. Performing Screen Capture.
5. Saving the Captured screen.
6. Sending Messages to client.
7. Voice Commanding.
DESCRIPTION :
1. Granting a Connection.
When a Client requests a connection, the server always granting the connections.
2. List the Client Connection.
List the connection that’s, actually present.
3. Show the Connection Details.
Here we maintain a special DB facility for the client connection, it’s available for future use.
4. Performing Screen Capture.
We perform the screen capture of the remote computer in two techniques.
Auto scan Scanning performed between some milliseconds.
Manual scan Save the remote screen as a snapshot.
5. Saving the Captured screen.
Save the captured image using file object.
6. Sending Messages to client.
We can send a message to the client.
7. Voice Commanding.
Voice commanding is used to make a voice command on the client from the server.
RESULT :Thus the identification of actors and use cases in the Remote Procedure Caller was performed successfully.

Post a Comment

0 Comments