| Home | Trees | Indices | Help |
|---|
|
|
Endpoint --+
|
object --+
|
Receiver
Receives incoming messages from a remote source. Messages may be fetched with fetch.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| int |
|
||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| capacity | |||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Returns the number of acknowledged messages awaiting confirmation.
|
Returns the number of messages available to be fetched by the application.
|
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.
|
Close the receiver.
|
|
|||
capacity
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Aug 22 15:59:55 2011 | http://epydoc.sourceforge.net |