Package gofer :: Package rmi :: Module async :: Class AsyncReply
[hide private]
[frames] | no frames]

Class AsyncReply

source code

Known Subclasses:

Asynchronous request reply.

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]
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.

notify(self, listener)

source code 

Notify the specified listener.

Parameters:
  • listener (Listener or callable.) - The listener to notify.