Use Case ID: |
UC19.0 |
Use Case Name: |
Cancel Peer Message |
Created by: |
jwh |
Date Created: |
Thu Jul 19 21:51:56 2001 |
Last Updated by: |
jwh |
Date Last Updated: |
Thu Jul 19 21:51:56 2001 |
Actor: User Application
Goal: Cancel a sent message.
Description: Cancel a sent message.
Preconditions:
- The engine must be started.
- The message transmission is not complete.
- The message to cancel must be valid.
Post conditions:
None.
Priority: High
Related Use Cases:
UC18.0 - Send Peer Message
UC25.0 - Build Peer Message
Notes and Issues:
None
Event Flow:
- The application asks the engine to cancel a message sent to a peer.
- The engine cancels the message transmission
- The engine removes the message from its in-progress list.
Alternate Flows:
UC19.1 Engine is not started
- The application asks the engine to cancel a sent message.
- The engine returns an error that the it has not been started.
UC19.2 Message doesn't exist
- The application asks the engine to cancel a sent message.
- The engine returns an error that the message doesn't exist.
UC19.3 Message Already Set
- The application asks the engine to cancel a sent message.
- The engine returns an error that the engine has already sent the message.
Sequence Diagrams:
Revision History
Name |
Date |
Reason for Change |
Version |
|
|
|
|
$Id: UC19.0.html,v 1.5 2001/07/26 01:58:10 james Exp $