Package pulp :: Package messaging :: Module async :: Class Status
[hide private]
[frames] | no frames]

Class Status

source code

AsyncReply --+
             |
            Status

Status changed for an asynchronous operation.


See Also: Failed.throw

Instance Methods [hide private]
 
__init__(self, envelope) source code
 
notify(self, listener)
Notify the specified listener.
source code
 
__str__(self) source code
Instance Variables [hide private]
str status
The status.
    Inherited from AsyncReply
object any
User defined (round-tripped) data.
str origin
Which endpoint sent the reply.
str sn
The request serial number.
Method Details [hide private]

__init__(self, envelope)
(Constructor)

source code 
Parameters:
  • envelope (Envelope) - The received envelope.
Overrides: AsyncReply.__init__

notify(self, listener)

source code 

Notify the specified listener.

Parameters:
  • listener - The listener to notify.
Overrides: AsyncReply.notify
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: AsyncReply.__str__