| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Lockable --+
|
Receiver
Receives incoming messages from a remote source. Messages may be actively fetched with fetch or a listener may be installed with listen.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Sets the message listener for this receiver.
|
Fetch and return a single message. A timeout of None will block forever waiting for a message to arrive, a timeout of zero will return immediately if no messages are available.
|
Start incoming message delivery for this receiver.
|
Stop incoming message delivery for this receiver.
|
Close the receiver.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 18 14:16:46 2009 | http://epydoc.sourceforge.net |