~al-maisan/landscape-client/obsolete-results-v

« back to all changes in this revision

Viewing changes to landscape/broker/exchangestore.py

  • Committer: Muharem Hrnjadovic
  • Date: 2010-04-30 08:36:15 UTC
  • Revision ID: muharem@ubuntu.com-20100430083615-l2098t7k3m20sbja
Thomas' review comment #3

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
 
12
12
class MessageContext(object):
13
 
    """Stores the secure ID for incoming messages that require a response.
 
13
    """Stores a context for incoming messages that require a response.
 
14
 
 
15
    The context consists of
 
16
 
 
17
      - the "operation-id" value
 
18
      - the secure ID that was in effect when the message was received
 
19
      - the message type
 
20
      - the time when the message was received
14
21
 
15
22
    This data will be used to detect secure ID changes between the time at
16
23
    which the request message came in and the completion of the request.